- Jun 01, 2017
-
- Mar 23, 2017
-
-
Howard Chu authored
Re-fix 6b1df0e4 from ITS#8406
-
- Jan 14, 2017
-
-
Howard Chu authored
Fully revert the change to GET_MULTIPLE
-
- Jan 12, 2017
-
-
Howard Chu authored
-
Howard Chu authored
GET_MULTIPLE was broken
-
- Jan 11, 2017
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Allow C_EOF flag to be stale
-
Howard Chu authored
Optimize mdb_page_search_root(PS_LAST) when cursor is already near last position, ignoring C_EOF flag for now.
- Jan 06, 2017
-
-
Howard Chu authored
-
Howard Chu authored
-
- Dec 28, 2016
-
-
Howard Chu authored
-
Howard Chu authored
Doesn't have POSIX robust mutexes - GNU userland on BSD kernel
- Dec 21, 2016
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
- DISTRIBUTE_GROUP_DOC makes doxygen give several fields the same doc: mn_hi + mn_lo in MDB_node. - With mdb_mutex_t + mdb_mutexref_t, instead split them up.
-
Howard Chu authored
-
- Dec 15, 2016
-
-
Hallvard Furuseth authored
Never clear mc_error, we could lose a failure in the other thread.
-
Return EPIPE instead.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Other functions depend on them to do so. For mdb_node_read(), instead remove such a dependence.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
No change in functionality.
-
Hallvard Furuseth authored
No change in functionality, except needs less mallocing.
-
Hallvard Furuseth authored
The 0xFFFD check seems due to misleading MultiByteToWideChar() doc. Bad UTF-8 gives 0xFFFD in the output string, not the return value.
-
Hallvard Furuseth authored
...and check !MDB_CLOEXEC in an 'if' rather than '#if' to match its non-zero usage.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
We can run without F_NOCACHE if it fails. And we do not know what combining it with O_DIRECT means, if a system has both.
-
It usually gets done anyway, but one of the fastpath shortcuts bypassed this step.
-
Hallvard Furuseth authored
Make explicit and default nonzero equivalent. Parenthesize.
-
Hallvard Furuseth authored
-
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-