Pulleyback: add commit() and rollback() to instance methods.
[steamworks] / src /
2016-08-17 Adriaan de GrootPulleyback: add commit() and rollback() to instance...
2016-08-17 Adriaan de GrootPulleyback: call del in backends
2016-08-17 Adriaan de GrootBuild: propagate PREFIX, make it easier to set up PULLE...
2016-08-14 Adriaan de GrootPulleyback: reencode Squeal blob to DER, pass that...
2016-08-13 Adriaan de GrootNULL backend: log variables passed in to add()
2016-08-13 Adriaan de GrootPulleyscript: when opening an instance, pass in the...
2016-08-13 Adriaan de GrootPulleyscript: test script outputs different numbers...
2016-08-13 Adriaan de GrootPulleyscript: fix makefile wrt. simple compilation...
2016-08-13 Adriaan de GrootNULL backend: for now, ignore DER encoding.
2016-08-13 Adriaan de GrootSqueal: make squeal.h somewhat more self-supporting...
2016-08-11 Adriaan de GrootPulleyBack: call Instance::add() with data passed in...
2016-08-11 Adriaan de GrootPulleyBack: extend Instance API to call add() on the...
2016-08-11 Adriaan de GrootPulleyBack: better logging in NULL backend (on allocati...
2016-08-11 Adriaan de GrootPulleyBack: give instances (of backends) a name-accessor.
2016-08-11 Adriaan de GrootSqueal: massage output from squeal so it goes to the...
2016-08-10 Adriaan de GrootSqueal: additional debugging output
2016-08-10 Adriaan de GrootSqueal: fix SQL API errors when inserting forks
2016-08-10 Adriaan de GrootBuild: fix build parameters and DLL loading
2016-08-10 Adriaan de GrootPulleyBack: set callback function for backend driver.
2016-08-10 Adriaan de GrootPulleyBack: shuffle backend-loading into the pulleyscri...
2016-08-10 Adriaan de GrootPulleyBack: reshuffle backend-parameters again
2016-08-10 Adriaan de GrootBuild: make build-definitions visible at top-level
2016-08-10 Adriaan de GrootPulleyBack: minor variation in instantiating backends
2016-08-03 Adriaan de GrootPulleyBack: the backend-parameter classes don't belong...
2016-08-03 Adriaan de GrootPulley: store backend-parameters in the script (Parser)
2016-08-03 Adriaan de GrootPulley: simplify storage of vars-per-generator
2016-08-03 Adriaan de GrootPulleyScript: decode backend-parameters
2016-08-03 Adriaan de GrootPulleyScript: explain the resulting parameter-binding
2016-08-03 Adriaan de GrootFIXUP test script
2016-08-03 Adriaan de GrootPulleyScript: fix minor type-conversion
2016-08-03 Adriaan de GrootPulleyScript: expand test-file for instantiating backen...
2016-08-03 Adriaan de GrootPulleyScript: set and get driver-parameters
2016-08-03 Adriaan de GrootPulleyScript: save driver parameters
2016-07-16 Adriaan de GrootPulleyScript: minor debug-improvement after parsing...
2016-07-16 Adriaan de GrootPulleyScript: minor debug-output improvement in compiler
2016-07-16 Adriaan de GrootPulleyScript: add API to retrieve driver name by index
2016-07-16 Adriaan de GrootPulleyScript: change output name in example, add parame...
2016-07-16 Adriaan de GrootSqueal: fix up compilation with non-c99
2016-07-15 Adriaan de GrootPulleyScript: add missing type for _gen_init()
2016-07-15 Adriaan de GrootSqueal: allow compile-time setting of DB-dir
2016-07-15 Adriaan de GrootSqueal: avoid memory leak when opening sqldb fails
2016-07-15 Adriaan de GrootPulleyScript: improve logging, state handling in pulley...
2016-07-15 Adriaan de GrootPulleyBack: log destruction of backends
2016-07-15 Adriaan de GrootPulleyBack: in test-program, load multiple backend...
2016-07-15 Adriaan de GrootPulleyBack: loading from PREFIX-location
2016-07-15 Adriaan de GrootMeta: install SteamWorks components
2016-07-06 Adriaan de GrootPulleyBack: add the rest of the API to the null backend.
2016-07-06 Adriaan de GrootPulleyBack: load the rest of the PulleyBack API
2016-07-06 Adriaan de GrootPulleyBack: refactor plugin-loader
2016-07-06 Adriaan de GrootPulleyBack: Simplify code fetching functions from DLL
2016-07-06 Adriaan de GrootPulleyBack: add test program to try plugin-loading
2016-07-06 Adriaan de GrootPulleyBack: a null-backend (only part of the API)
2016-07-06 Adriaan de GrootPulleyBack: Add backend classes
2016-07-06 Adriaan de GrootPulleyBack: import API header for Pulley backends from...
2016-07-06 Adriaan de GrootLogging: Add a (C-API) convenience logging function.
2016-07-04 Adriaan de GrootPulleyScript: switch back to opening the DB in the...
2016-07-04 Adriaan de GrootPulleyScript: massage naming, remove TODOs that are...
2016-07-04 Adriaan de GrootPulleyScript: use named constants for add-not-del
2016-07-04 Adriaan de GrootPulleyScript: refactor insert/delete (now closely resem...
2016-07-04 Adriaan de GrootPulleyScript: fix parameter-naming for filling the...
2016-07-04 Adriaan de GrootPulleyScript: take output rows and hand them off to...
2016-07-04 Adriaan de GrootPulleyScript: example expanded with a second output
2016-07-04 Adriaan de GrootPulleyScript: correct documentation about memory layout
2016-07-04 Adriaan de GrootPulleyScript: connect generator output-information...
2016-07-04 Adriaan de GrootPulleyScript: fix up peculiar use of calloc()
2016-07-04 Adriaan de GrootPulleyScript: generate output rows from the forks of...
2016-07-04 Adriaan de GrootPulleyScript: make SQL for (g, d) select from the gener...
2016-07-04 Adriaan de GrootPulleyScript: on explain, show variable numbers as...
2016-07-04 Adriaan de GrootPulleyScript: generate the SQL for (generator, outputdr...
2016-07-03 Adriaan de GrootPulleyScript: drop x509ca variable from example tlspool...
2016-07-03 Adriaan de GrootPulleyScript: delete from gen_<hash>
2016-07-03 Adriaan de GrootPulleyScript: be chatty when SQL errors occur, number...
2016-07-03 Adriaan de GrootPulleyScript: fix up conversion to blob
2016-07-03 Adriaan de GrootPulleyScript: in simple test program, try adding a...
2016-07-03 Adriaan de GrootPulleyScript: don't close DB after generating SQL state...
2016-07-03 Adriaan de GrootPulleyScript: function for inserting forks into the...
2016-07-03 Adriaan de GrootJSON: fix iteration over dimensions with only constants
2016-07-03 Adriaan de GrootJSON: fix multiiterator
2016-07-03 Adriaan de GrootPulleyScript: while explaining the bindings for a gener...
2016-07-03 Adriaan de GrootPulleyScript: extend squeal API
2016-07-03 Adriaan de GrootJSON: tidy MultiIterator
2016-07-03 Adriaan de GrootPulleyScript: collect variable names (for applying...
2016-07-03 Adriaan de GrootPulleyScript: given lack of base/filter translation...
2016-07-03 Adriaan de GrootPulleyScript: drop some inlines, leave that to the...
2016-07-03 Adriaan de GrootPulleyScript: document my understanding of struct s3ins...
2016-07-03 Adriaan de GrootPulleyScript: configure the gen_{add,del}_record SQL...
2016-07-03 Adriaan de GrootPulleyScript: turn variable bindings into correctly...
2016-07-03 Adriaan de GrootPulleyScript: replace example TLSpool script with one...
2016-07-03 Adriaan de GrootPulleyScript: initialize retval, drop unused var
2016-07-03 Adriaan de GrootPulleyScript: fix Squeal to prepare statements for...
2016-07-01 Adriaan de GrootJSON: different approach, iterate more directly on...
2016-07-01 Adriaan de GrootJSON: add a multi-iterator for attribute-iterations
2016-06-30 Adriaan de GrootPulleyScript: reach the bit where the actual algorithm...
2016-06-30 Adriaan de GrootPulleyScript: prepare methods for dealing with the...
2016-06-30 Adriaan de GrootPulleyScript: forgotten unused reference to explain()
2016-06-30 Adriaan de GrootPulley: swap out existing SyncRepl for one that does...
2016-06-30 Adriaan de GrootSyncRepl: prepare for virtual override of add- and...
2016-06-30 Adriaan de GrootSyncRepl: provide notification (inside the SyncRepl...
2016-06-30 Adriaan de GrootSyncRepl: log # of changed DIT entries
2016-06-30 Adriaan de GrootSyncRepl: keep track of modified entries in DITCore
next