- 01 Nov, 2015 3 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Precompute log header - reduce msg formatting overhead More direct use of log buffers - minimize copying Multiple lines per send supported by default in syslog-ng not default in rsyslog
-
- 31 Oct, 2015 5 commits
-
-
Howard Chu authored
Don't need op->o_hr_time, just use o_tincr, that's what it was intended for anyway. Use "etime=" like other products do. Simplify ifdefs. Use gettimeofday, it's always available now.
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- 29 Oct, 2015 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 28 Oct, 2015 1 commit
-
-
Howard Chu authored
Also add ldap_pvt_gettimeofday() to emulate gettimeofday on Windows
-
- 27 Oct, 2015 4 commits
-
-
Howard Chu authored
Wrong function signature
-
Hallvard Furuseth authored
-
Howard Chu authored
-
Howard Chu authored
-
- 26 Oct, 2015 3 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
-
- 25 Oct, 2015 22 commits
-
-
Hallvard Furuseth authored
No effect on current code.
-
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
...early enough that txn state is left unchanged.
-
Hallvard Furuseth authored
Move the check to the end of txn startup. Catches env breakage which happens while the new txn waits for a lock.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
* Add MDB_TXN_FINISHED, MDB_TXN_HAS_CHILD, MDB_TXN_BLOCKED. * Clear mt_numdbs in writers, for TXN_DBI_EXIST() to catch. We already do in readers.
-
Hallvard Furuseth authored
Side effects: * Clean txn up a bit even before freeing it. * Tweak DEBUG output at txn end. Add DEBUG after commit(writer).
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
MDB_DBI_CHANGED(,MAIN_DBI) is never true.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
mt_env is always set. Commit(mt_child) resets mt_child, so parent need not.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-