steamworks
2016-08-21 Adriaan de... Squeal: be more forgiving of / in PULLEY_SQUEAL_DIR...
2016-08-21 Adriaan de... Valgrind: cleanup blob-variable storage.
2016-08-21 Adriaan de... Valgrind: don't leak bitsets
2016-08-21 Adriaan de... Valgrind: don't leak variables or drivers
2016-08-21 Adriaan de... Valgrind: don't leak generator table memory
2016-08-21 Adriaan de... Valgrind: don't leak driver callback-parameter memory.
2016-08-21 Adriaan de... Valgrind: don't leak memory when configuring generators.
2016-08-21 Adriaan de... Valgrind: free driver structures on exit.
2016-08-21 Adriaan de... Valgrind: fix der_dump(), which decoded length improperly.
2016-08-21 Adriaan de... Valgrind: avoid uninitialized pointers
2016-08-21 Adriaan de... PulleyScript: make test-program read multiple values...
2016-08-20 Adriaan de... Build: yet another qsort_r thing: split off to separate...
2016-08-20 Adriaan de... Build: fix up qsort_r() parameter order checks
2016-08-20 Adriaan de... Build: check qsort_r() parameter order
2016-08-20 Adriaan de... Build: start of a cmake-check to detect parameter-order...
2016-07-10 Adriaan de... Build: soothe the compiler, but retain the problem...
2016-07-10 Adriaan de... Build: reduce conversion warnings
2016-08-20 Adriaan de... Build: apply POSIX_C (for sigaction) only to os_unix.c
2016-07-10 Adriaan de... Build: pslib uses qsort_r, assume GNU_SOURCE
2016-07-10 Adriaan de... Build: c99 and GNU source fixups
2016-07-10 Adriaan de... CMake: tidy includes, module uses
2016-07-10 Adriaan de... Build: on Linux, -ldl is needed for dynamic loading.
2016-07-10 Adriaan de... Build: remove logging-code when NDEBUG is set
2016-07-10 Adriaan de... Build: fix build on non-FreeBSD
2016-08-20 Adriaan de... Build: dlfunc() isn't portable
2016-08-19 Adriaan de... Pulleyback: in NULL-backend, dump passed-in DER data
2016-08-19 Adriaan de... Build: add top-level test target
2016-08-19 Adriaan de... Pulley: test program return code reflects plugin-loadin...
2016-08-17 Adriaan de... PulleyBack: extend test program
2016-08-17 Adriaan de... Pulleyback: add commit() and rollback() to instance...
2016-08-17 Adriaan de... Pulleyback: call del in backends
2016-08-17 Adriaan de... Build: propagate PREFIX, make it easier to set up PULLE...
2016-08-17 Adriaan de... Build: add a top-level clean target
2016-08-14 Adriaan de... Pulleyback: reencode Squeal blob to DER, pass that...
2016-08-13 Adriaan de... NULL backend: log variables passed in to add()
2016-08-13 Adriaan de... Pulleyscript: when opening an instance, pass in the...
2016-08-13 Adriaan de... Pulleyscript: test script outputs different numbers...
2016-08-13 Adriaan de... Pulleyscript: fix makefile wrt. simple compilation...
2016-08-13 Adriaan de... NULL backend: for now, ignore DER encoding.
2016-08-13 Adriaan de... Squeal: make squeal.h somewhat more self-supporting...
2016-08-11 Adriaan de... PulleyBack: call Instance::add() with data passed in...
2016-08-11 Adriaan de... PulleyBack: extend Instance API to call add() on the...
2016-08-11 Adriaan de... PulleyBack: better logging in NULL backend (on allocati...
2016-08-11 Adriaan de... PulleyBack: give instances (of backends) a name-accessor.
2016-08-11 Adriaan de... Squeal: massage output from squeal so it goes to the...
2016-08-10 Adriaan de... Squeal: additional debugging output
2016-08-10 Adriaan de... Squeal: fix SQL API errors when inserting forks
2016-08-10 Adriaan de... Build: fix build parameters and DLL loading
2016-08-10 Adriaan de... PulleyBack: set callback function for backend driver.
2016-08-10 Adriaan de... PulleyBack: shuffle backend-loading into the pulleyscri...
2016-08-10 Adriaan de... PulleyBack: reshuffle backend-parameters again
2016-08-10 Adriaan de... Build: make build-definitions visible at top-level
2016-08-10 Adriaan de... PulleyBack: minor variation in instantiating backends
2016-08-03 Adriaan de... PulleyBack: the backend-parameter classes don't belong...
2016-08-03 Adriaan de... Pulley: store backend-parameters in the script (Parser)
2016-08-03 Adriaan de... Pulley: simplify storage of vars-per-generator
2016-08-03 Adriaan de... PulleyScript: decode backend-parameters
2016-08-03 Adriaan de... PulleyScript: explain the resulting parameter-binding
2016-08-03 Adriaan de... FIXUP test script
2016-08-03 Adriaan de... PulleyScript: fix minor type-conversion
2016-08-03 Adriaan de... PulleyScript: expand test-file for instantiating backen...
2016-08-03 Adriaan de... PulleyScript: set and get driver-parameters
2016-08-03 Adriaan de... PulleyScript: save driver parameters
2016-07-16 Adriaan de... PulleyScript: minor debug-improvement after parsing...
2016-07-16 Adriaan de... PulleyScript: minor debug-output improvement in compiler
2016-07-16 Adriaan de... PulleyScript: add API to retrieve driver name by index
2016-07-16 Adriaan de... PulleyScript: change output name in example, add parame...
2016-07-16 Adriaan de... Squeal: fix up compilation with non-c99
2016-07-15 Adriaan de... PulleyScript: add missing type for _gen_init()
2016-07-15 Adriaan de... Squeal: allow compile-time setting of DB-dir
2016-07-15 Adriaan de... Squeal: avoid memory leak when opening sqldb fails
2016-07-15 Adriaan de... PulleyScript: improve logging, state handling in pulley...
2016-07-15 Adriaan de... PulleyBack: log destruction of backends
2016-07-15 Adriaan de... PulleyBack: in test-program, load multiple backend...
2016-07-15 Adriaan de... PulleyBack: loading from PREFIX-location
2016-07-15 Adriaan de... Meta: install SteamWorks components
2016-07-15 Adriaan de... Meta: follow setting of PREFIX in top-level Makefile
2016-07-06 Adriaan de... PulleyBack: add the rest of the API to the null backend.
2016-07-06 Adriaan de... PulleyBack: load the rest of the PulleyBack API
2016-07-06 Adriaan de... PulleyBack: refactor plugin-loader
2016-07-06 Adriaan de... PulleyBack: Simplify code fetching functions from DLL
2016-07-06 Adriaan de... PulleyBack: add test program to try plugin-loading
2016-07-06 Adriaan de... PulleyBack: a null-backend (only part of the API)
2016-07-06 Adriaan de... PulleyBack: Add backend classes
2016-07-06 Adriaan de... PulleyBack: import API header for Pulley backends from...
2016-07-06 Adriaan de... Logging: Add a (C-API) convenience logging function.
2016-07-06 Adriaan de... Meta: generate HTML and man docs
2016-07-06 Adriaan de... Meta: remove TODO, that is documented elsewhere (Trello...
2016-07-06 Adriaan de... Meta: touch-up top-level READMEs
2016-07-06 Adriaan de... Meta: touch-up AUTHORS file
2016-07-06 Adriaan de... Meta: fix up some licensing texts, add the FCGI license
2016-07-04 Adriaan de... PulleyScript: switch back to opening the DB in the...
2016-07-04 Adriaan de... PulleyScript: massage naming, remove TODOs that are...
2016-07-04 Adriaan de... PulleyScript: use named constants for add-not-del
2016-07-04 Adriaan de... PulleyScript: refactor insert/delete (now closely resem...
2016-07-04 Adriaan de... PulleyScript: fix parameter-naming for filling the...
2016-07-04 Adriaan de... PulleyScript: take output rows and hand them off to...
2016-07-04 Adriaan de... PulleyScript: example expanded with a second output
2016-07-04 Adriaan de... PulleyScript: correct documentation about memory layout
2016-07-04 Adriaan de... PulleyScript: connect generator output-information...
next