]>
git.mdlowis.com Git - proto/aos.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael D. Lowis [Thu, 23 Feb 2023 02:46:44 +0000 (21:46 -0500)]
all tools in one place
Michael D. Lowis [Wed, 22 Dec 2021 03:58:33 +0000 (22:58 -0500)]
fixed option parsing and added support for --
Michael D. Lowis [Fri, 17 Dec 2021 21:22:25 +0000 (16:22 -0500)]
updated todo
Michael D. Lowis [Fri, 17 Dec 2021 19:50:34 +0000 (14:50 -0500)]
removed debugging, added link time optimization, and stripped the binaries
Michael D. Lowis [Fri, 17 Dec 2021 19:38:56 +0000 (14:38 -0500)]
added Net_Serve to make it easier to write servers
Michael D. Lowis [Fri, 17 Dec 2021 19:06:51 +0000 (14:06 -0500)]
rolled lib net into single C file as part of liba
Michael D. Lowis [Fri, 17 Dec 2021 01:45:46 +0000 (20:45 -0500)]
fixed up the build and got anvil building with new setup
Michael D. Lowis [Thu, 16 Dec 2021 20:24:34 +0000 (15:24 -0500)]
checked in current state of anvil code
Michael D. Lowis [Thu, 16 Dec 2021 03:08:37 +0000 (22:08 -0500)]
reorganized folder structure
Michael D. Lowis [Wed, 15 Dec 2021 21:54:08 +0000 (16:54 -0500)]
tweaked optimization and fixed some errors
Michael D. Lowis [Wed, 15 Dec 2021 21:49:18 +0000 (16:49 -0500)]
cleaned up files, added first cut for positional arguments
Michael D. Lowis [Wed, 15 Dec 2021 21:14:55 +0000 (16:14 -0500)]
updated todo list
Michael D. Lowis [Wed, 15 Dec 2021 19:17:14 +0000 (14:17 -0500)]
renamed opts_parse
Michael D. Lowis [Wed, 15 Dec 2021 19:16:10 +0000 (14:16 -0500)]
update option parsing api
Michael D. Lowis [Wed, 15 Dec 2021 18:21:02 +0000 (13:21 -0500)]
reworked option parsing to get rid of malloc and work off of static array
Michael D. Lowis [Wed, 15 Dec 2021 14:05:57 +0000 (09:05 -0500)]
resolved conflict
Michael D. Lowis [Wed, 15 Dec 2021 04:31:13 +0000 (23:31 -0500)]
add .gitignore
Michael D. Lowis [Wed, 15 Dec 2021 04:30:07 +0000 (23:30 -0500)]
added auto rule generation
mike lowis [Tue, 6 Apr 2021 03:15:07 +0000 (23:15 -0400)]
added lib dependencies to binaries
mike lowis [Mon, 5 Apr 2021 02:21:10 +0000 (22:21 -0400)]
fixed shellcheck issues
mike lowis [Mon, 5 Apr 2021 02:08:21 +0000 (22:08 -0400)]
added rule generation script
Michael D. Lowis [Sat, 19 Dec 2020 01:41:50 +0000 (20:41 -0500)]
tweaked user hook for option parsing
Michael D. Lowis [Fri, 18 Dec 2020 21:50:15 +0000 (16:50 -0500)]
completed option parser. Just need to implement default option hook
Michael D. Lowis [Tue, 15 Dec 2020 17:07:01 +0000 (12:07 -0500)]
implemented basic parsing of long options
Michael D. Lowis [Tue, 15 Dec 2020 03:15:42 +0000 (22:15 -0500)]
implemented logic to parse command line specs and print pretty help text
Michael D. Lowis [Mon, 14 Dec 2020 22:02:42 +0000 (17:02 -0500)]
Started specifying option parsing logic
Michael D. Lowis [Mon, 14 Dec 2020 19:29:44 +0000 (14:29 -0500)]
integrated deferred reference counter
Michael D. Lowis [Fri, 11 Dec 2020 21:36:28 +0000 (16:36 -0500)]
reorganized and started fleshing out what UI programs will look like starting with screenlock
Michael D. Lowis [Fri, 11 Dec 2020 18:08:44 +0000 (13:08 -0500)]
stubbed out shell with basic feedback loop
Michael D. Lowis [Fri, 11 Dec 2020 18:07:56 +0000 (13:07 -0500)]
added efreadline()
Michael D. Lowis [Fri, 11 Dec 2020 18:06:50 +0000 (13:06 -0500)]
added strmcat
Michael D. Lowis [Fri, 11 Dec 2020 18:06:30 +0000 (13:06 -0500)]
rename fork_exec -> forkexec
Michael D. Lowis [Fri, 11 Dec 2020 03:52:37 +0000 (22:52 -0500)]
implemented dial command
Michael D. Lowis [Thu, 10 Dec 2020 21:11:08 +0000 (16:11 -0500)]
took a first pass at implementing dial
Michael D. Lowis [Thu, 10 Dec 2020 19:27:08 +0000 (14:27 -0500)]
started implementing dial
Michael D. Lowis [Thu, 10 Dec 2020 18:23:21 +0000 (13:23 -0500)]
cleaned up listen error code handling
Michael D. Lowis [Thu, 10 Dec 2020 17:48:17 +0000 (12:48 -0500)]
removed stdc.h
Michael D. Lowis [Thu, 10 Dec 2020 15:26:50 +0000 (10:26 -0500)]
added stub makefile
Michael D. Lowis [Thu, 10 Dec 2020 03:12:10 +0000 (22:12 -0500)]
implemented bin/listen and libnet
Michael D. Lowis [Sun, 6 Dec 2020 01:16:15 +0000 (20:16 -0500)]
rework build system and adjust style of functions
Michael D. Lowis [Wed, 25 Nov 2020 02:19:42 +0000 (21:19 -0500)]
reorg codebase
Michael D. Lowis [Sun, 4 Oct 2020 02:49:57 +0000 (22:49 -0400)]
started adding tests and mocks
Michael D. Lowis [Fri, 2 Oct 2020 18:46:50 +0000 (14:46 -0400)]
added mock script and header
Michael D. Lowis [Fri, 2 Oct 2020 03:35:06 +0000 (23:35 -0400)]
changed style and added new ui functions
Michael D. Lowis [Fri, 2 Oct 2020 00:50:29 +0000 (20:50 -0400)]
updated tool scripts
Michael D. Lowis [Thu, 1 Oct 2020 20:59:10 +0000 (16:59 -0400)]
started implementing font loading function
Michael D. Lowis [Wed, 30 Sep 2020 16:55:57 +0000 (12:55 -0400)]
added window creation functions
Michael D. Lowis [Tue, 15 Sep 2020 15:15:56 +0000 (11:15 -0400)]
initial commit with experimental build system