- 22 Jul, 2014 1 commit
-
-
From RFC 2782: A client MUST attempt to contact the target host with the lowest-numbered priority it can reach. This patch sorts the DNS SRV records by their priority, and additionally gives records with a larger weight a higher probability of appearing earlier. This way, the DNS SRV records are tried in the order of their priority.
-
- 21 Jul, 2014 8 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Push modifications into response callback; only execute if main Add actually succeeded.
-
- 18 Jul, 2014 7 commits
-
-
-
Howard Chu authored
-
Howard Chu authored
-
-
-
Howard Chu authored
-
-
- 14 Jul, 2014 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
Don't pass non-NULL map address unless MDB_FIXEDMAP was used.
-
- 11 Jul, 2014 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
This was actually broken by 65e163d2, ITS#6947. Reverting both of those changes and fixing #6947 again.
-
- 10 Jul, 2014 1 commit
-
-
Quanah Gibson-Mount authored
-
- 09 Jul, 2014 19 commits
-
-
Howard Chu authored
Must also set in sub-cursor if deleting entire subDB
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
-
-
-
Howard Chu authored
Always set the filesize when opening for writes. Otherwise can't use backups from mdb_copy.
-
Howard Chu authored
We mainly use Win32 functions, so cannot just use C-runtime strerror to return error messages. We have to use Win32-specific messages. Unfortunately, we document the API to return C-runtime error codes, so we can't just switch to all Win32 error codes.
-
Howard Chu authored
Off-by-one in end check, would complain on valid input.
-
Howard Chu authored
persist size changes from env_open() as well. This was the original behavior.
-
Howard Chu authored
This reverts commit d8e18551. And partially reverts mapsize check. Only mapsize increases are relevant.
-
Howard Chu authored
Set read txn's dbiseqs to env's. Set child txn's dbiseqs to parent's. Simplify DBI_CHANGED test, no need to check md_name. No-op dbi_close of already closed handle.
-
Howard Chu authored
-
Howard Chu authored
only update dbiseq in dbi_open on write txns
-
Howard Chu authored
dbiseqs are only checked in write txns so omit from read txns
-
Howard Chu authored
Use DBI sequence numbers to detect DBIs being closed while in use.
-
Howard Chu authored
-
Howard Chu authored
Write decreases too, not just increases. Check for any size change that was not requested by this process.
-