- Dec 16, 2014
-
-
Quanah Gibson-Mount authored
-
- Dec 15, 2014
-
-
Howard Chu authored
We actually compare the new key against the last key, to prevent corruption.
-
-
Howard Chu authored
The concurrency restriction is on threads within a single process. Multiple processes can use mdb_dbi_open without affecting each other.
-
Quanah Gibson-Mount authored
-
must account for leading space when counting total number of lines
-
- Dec 12, 2014
-
-
Quanah Gibson-Mount authored
-
-
- Dec 11, 2014
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Mutex must be held even for a read-access of a cookie state, as there may be a race with write in other thread.
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Dec 10, 2014
-
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
From ITS#7712, avoid double-free of request
-
Quanah Gibson-Mount authored
-
heap corruption due to returning a reference to a local variable
-
copy/paste error
-
Don't assume tv_sec is a time_t.
-
return success, ignoring result of FindClose
-
Quanah Gibson-Mount authored
-
- Dec 05, 2014
-
-
-
Hallvard Furuseth authored
-
- Dec 01, 2014
-
-
Hallvard Furuseth authored
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
More fallout from 4d02c741: Don't modify another thread's write txn. Reinit me_txn0 fully.
-
fstat returns -1, not an errno. Move code into its own function for reuse.
-