- Jan 25, 2014
-
-
Kurt Zeilenga authored
-
- Jan 24, 2014
-
- Jan 15, 2014
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
- Jan 13, 2014
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
free(NULL) is supposed to be safe. "Portable wrapper libraries" that fail to preserve this behavior are inherently broken. But then again, this is Mozilla code, so that's redundant.
-
Hallvard Furuseth authored
This reverts commit 75494c08, which must await a fix to ITS#7771 (DUPSORT cursor tracking).
-
Howard Chu authored
-
- Jan 08, 2014
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
- Jan 07, 2014
-
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
- Jan 06, 2014
-
-
Hallvard Furuseth authored
db_mid2l_insert(): Move assert to mdb.c. mdb_cursor_set(): Previous assert cannot fail now. mdb_cursor_put(): Check mc/key and return EINVAL. mdb_cursor_dbi(): No error return, so just segfault if cursor==NULL.
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
This should likely be reverted when all callers handle these errors.
-
- Jan 05, 2014
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Jan 03, 2014
-
-
Howard Chu authored
-
- Dec 31, 2013
-
-
Hallvard Furuseth authored
-
- Dec 29, 2013
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
mdb_cursor_put(): Use free sub-page space added by a previous put(existing DUPSORT item), if any. Tweak NUMKEYS code to avoid a new signedness warning.
-