libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / source3 / lib / gencache.c
2020-05-15 Andreas Schneiders3:gencache: Allow to open gencache as read-only
2019-01-19 Andreas Schneiders3:lib: Fix the debug message for adding cache entries.
2018-11-16 Volker Lendeckelib: Fix CID 1441264 Error handling issues (CHECKED_RETURN)
2018-11-06 Volker Lendeckegencache: Prune expired entries
2018-11-06 Volker Lendeckegencache: Wipe corrupt databases
2018-11-06 Volker Lendeckegencache: Remove transaction-based tdb
2018-11-06 Volker Lendeckegencache: Add crc check
2018-11-06 Volker Lendeckegencache: Convert to a binary timestamp
2018-10-19 Volker Lendeckelib: Remove gencache.h from proto.h
2018-10-17 Volker Lendeckegencache: Remove a redundant check
2018-10-17 Volker Lendeckegencache: Remove a redundant check
2018-10-17 Volker Lendeckegencache: Make gencache_pull_timeout return a payload...
2018-10-17 Volker Lendeckegencache: Make gencache_pull_timeout a bit more robust
2018-10-17 Volker Lendeckegencache: Call string_term_tdb_data() only once
2018-10-17 Volker Lendeckegencache: Swap tests: Do cheapest first
2018-10-17 Volker Lendeckegencache: Avoid counting characters manually
2018-10-16 Volker Lendeckelib: Move the "expired" for gencache_parse calculation...
2018-08-17 Volker Lendeckelib: Pass mem_ctx to cache_path()
2018-08-17 Volker Lendeckelib: Pass mem_ctx to lock_path()
2017-11-29 Volker Lendeckelib: Pass blob instead of &blob to gencache_set_data_blob
2017-08-17 Volker Lendeckegencache: Simplify gencache_stabilize
2017-08-17 Volker Lendeckegencache: Remove tdb_check from gencache_init()
2017-03-03 Volker Lendeckelib: Make gencache hash size configurable, default...
2017-02-22 Chris LambCorrect "successfuly" typos.
2016-09-20 Volker Lendeckegencache: Bail out of stabilize if we can not get the...
2016-08-29 Volker Lendeckelib: Use tdb_storev in gencache
2016-03-07 Volker Lendeckelib: Avoid a gencache_parse when setting a delete marker
2016-03-07 Volker Lendeckelib: Avoid looking at fcntl'ed gencache.tdb
2016-03-07 Volker Lendeckelib: Simplify gencache_pull_timeout callers
2016-03-07 Volker Lendeckelib: Make gencache_pull_timeout look at uint8_t
2016-03-07 Volker Lendeckelib: Remove memcache from gencache
2016-03-07 Volker Lendeckelib: Fix a typo in gencache
2016-03-07 Volker Lendeckelib: Simplify gencache_del
2016-03-07 Volker Lendeckelib: skip deleted entries in gencache_iterate
2016-02-03 Christof Schmittgencache: Remove unused defines
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-14 Volker Lendeckegencache: Refactor gencache_set_data_blob
2015-12-14 Volker Lendeckegencache: True->true, False->false
2015-04-28 Volker Lendeckelib: Fix a typo
2015-03-17 Volker Lendeckelib: Remove tdb_errorstr_compat
2015-02-09 Michael Adamgencache: don't fail gencache_stabilize if there were...
2014-11-26 Christof Schmittgencache: Request mutexes for gencache_notrans.tdb
2014-11-26 Christof Schmittgencache: Convert gencache.tdb to tdb_wrap
2014-11-26 Christof Schmittgencache: Convert gencache_notrans to use tdb_wrap
2014-11-26 Michael Adams3:gencache: don't use transaction non non-persistent...
2014-11-26 Michael Adams3:gencache: simply stabilize() a bit more: remove...
2014-11-26 Michael Adams3:gencache: fix logic in stabilization when deleting...
2014-11-26 Volker Lendeckelib: Use tdb_parse_record in gencache_set
2014-10-06 David Disseldorpgencache: don't leak cache_path onto talloc tos
2014-07-18 Stefan Metzmacherlib/util: move memcache.[ch] to the toplevel 'samba...
2014-03-11 Volker Lendeckegencache: Add gencache values to memcache
2013-12-16 Volker Lendeckegencache: Fix a type-punned warning
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-09 Volker Lendeckegencache: Avoid a duplicate call to string_term_tdb_data
2013-09-05 Volker Lendeckelib: Use "mem_ctx" arg in gencache_get
2013-09-05 Volker Lendeckelib: Add a "mem_ctx" arg to gencache_get (unused so...
2013-09-05 Volker Lendeckegencache: Fix SAFE_FREE vs data_blob_free
2013-09-05 Volker Lendeckelib: Add "mem_ctx" to gencache_get_data_blob
2013-06-14 Volker Lendeckegencache: Simplify gencache_init a bit
2013-04-03 Stefan Metzmachers3:lib/gencache: place gencache.tdb into /var/cache...
2013-02-19 Michael Adamgencache: fix an extra newline in a DEBUG message in...
2013-02-19 Michael Adamgencache: fix an extra newline in a DEBUG message in...
2013-02-19 Michael Adamgencache: fix an extra newline in a DEBUG message in...
2013-02-19 Michael Adamgencache: unify a DEBUG message in gencache_set_data_blob()
2013-02-19 Michael Adamgencache: unify a DEBUG message in gencache_iterate_fn()
2013-02-19 Michael Adamgencache: unify a DEBUG message in gencache_iterate_blo...
2013-02-19 Michael Adamgencache: unify a DEBUG message in gencache_del()
2012-11-28 Volker Lendeckes3: Open gencache_notrans with TDB_NOSYNC
2012-11-28 Volker Lendeckes3: Avoid some transaction_commit on gencache.tdb
2012-06-19 Rusty RussellTDB2: make SAMBA use tdb1 again for the moment.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Rusty Russelltdb2: tdb_parse_record() returns negative errors, not -1.
2011-06-20 Rusty Russelltdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.
2011-06-20 Rusty Russelltdb_compat: use tdb_errorstr_compat()
2011-06-20 Rusty Russelltdb_traverse/tdb_traverse_read: check returns for negat...
2011-06-20 Rusty Russelltdb_transaction_cancel: ignore return value.
2011-06-20 Rusty Russelltdb_transaction_commit: check returns for 0, not -1.
2011-06-20 Rusty Russelltdb_delete: check returns for 0, not -1.
2011-06-20 Rusty Russelltdb_fetch_compat: use instead of tdb_fetch.
2011-04-19 Rusty Russellgencache: don't use CLEAR_IF_FIRST as fallback.
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-05 Jeremy AllisonMore const fixes for compiler warnings from the waf...
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/glob.h when needed.
2010-12-22 Stefan Metzmachers3:lib/gencache: fix memory leak in error path
2010-11-28 Volker Lendeckes3: Add gencache_iterate_blobs
2010-11-28 Volker Lendeckes3: Convert gencache_get_data_blob to gencache_parse
2010-11-28 Volker Lendeckes3: Add gencache_parse
2010-09-28 Jeremy AllisonChange to using TDB_INCOMPATIBLE_HASH (the jenkins...
2010-03-28 Volker Lendeckes3: Use tdb_transaction_start_nonblock in gencache_stab...
2010-03-28 Volker LendeckeRevert "s3: Optimize gencache for smbd exit"
2010-03-24 Volker Lendeckes3: Optimize gencache for smbd exit
2009-12-07 Stefan Metzmachers3: let gencache_init() use tdb_check()
2009-11-02 Günther Deschners3-gencache: restore gencache_get behavior with NULL...
2009-09-28 Volker Lendeckes3:gencache: Add my copyright
2009-09-23 Volker Lendeckes3:gencache: Make gencache_del() return success for...
2009-09-23 Volker Lendeckes3:gencache: Remove some over-paranoid locking
2009-09-23 Volker Lendeckes3:gencache: Add a "was_expired" argument to gencache_g...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
next