aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | fix `slice bounds out of range`/maxAllocSize bugssasha-s2015-04-164-12/+34
* | | Merge pull request #366 from benbjohnson/syncBen Johnson2015-05-101-0/+6
|\ \ \ | | |/ | |/|
| * | Add DB.Sync().Ben Johnson2015-05-081-0/+6
|/ /
* | Add caveat regarding endianness of data files as suggested by Raphael Geronimi.Ben Johnson2015-05-061-0/+5
* | Merge pull request #363 from benbjohnson/no-truncateBen Johnson2015-05-062-6/+21
|\ \
| * | Add DB.NoGrowSync flag.Ben Johnson2015-05-062-6/+21
|/ /
* | Merge pull request #354 from xiang90/cmdBen Johnson2015-04-281-1/+0
|\ \
| * | cmd/bolt: remove duplicate blockProfile flagXiang Li2015-04-221-1/+0
* | | Merge pull request #356 from timshannon/masterBen Johnson2015-04-232-2/+5
|\ \ \ | |/ / |/| |
| * | Added Freehold to the projects list in README.Tim Shannon2015-04-232-2/+5
|/ /
* | Merge pull request #352 from benbjohnson/cliBen Johnson2015-04-1915-1168/+1604
|\ \ | |/ |/|
| * Add 'bolt page' command.Ben Johnson2015-04-171-7/+466
| * Add 'bolt dump' command.Ben Johnson2015-04-161-0/+117
| * Add improved CLI documentation.Ben Johnson2015-04-151-4/+123
| * Refactor bolt CLI.Ben Johnson2015-04-1415-1168/+909
|/
* Add --path to bolt bench.Ben Johnson2015-04-122-2/+8
* Merge pull request #347 from mike-marcacci/patch-1Ben Johnson2015-04-111-0/+1
|\
| * Added InfluxDB to list of projects using boltMike Marcacci2015-04-111-0/+1
|/
* Merge pull request #342 from chrislusf/masterBen Johnson2015-03-291-0/+1
|\
| * Update README.mdchrislusf2015-03-291-1/+1
| * Update README.mdchrislusf2015-03-291-0/+1
|/
* Merge pull request #340 from DSpeichert/masterBen Johnson2015-03-281-1/+1
|\
| * Update README.md: fixed type mismatchDaniel Speichert2015-03-281-1/+1
|/
* Merge pull request #336 from boltdb/reclamation-docsBen Johnson2015-03-271-0/+11
|\
| * Add link to page reclamation comment.Ben Johnson2015-03-271-0/+5
| * READMEBen Johnson2015-03-271-0/+6
|/
* Merge pull request #334 from funkygao/masterBen Johnson2015-03-251-2/+2
|\
| * add comment: db.dataref is readonlyfunkygao2015-03-251-1/+1
| * fix comment bug: minium db mmapSize is 1MB instead of 4MBfunkygao2015-03-251-1/+1
* | Merge pull request #333 from benbjohnson/document-key-value-safetyBen Johnson2015-03-243-0/+12
|\ \
| * | Document key/value safety.Ben Johnson2015-03-243-0/+12
|/ /
* | Merge pull request #330 from benbjohnson/tx-writer-toBen Johnson2015-03-222-13/+19
|\ \ | |/ |/|
| * Implement io.WriterTo interface on Tx.Ben Johnson2015-03-182-13/+19
* | Merge pull request #285 from tv42/batchBen Johnson2015-03-187-0/+719
|\ \ | |/ |/|
| * Add transaction batchingTommi Virtanen2015-02-187-0/+719
* | Merge pull request #328 from baijum/bolt-articleBen Johnson2015-03-131-1/+1
|\ \
| * | link to Bolt articleBaiju Muthukadan2015-03-121-1/+1
|/ /
* | Merge pull request #318 from baijum/newline-infoBen Johnson2015-03-011-1/+1
|\ \
| * | new line after page size info printBaiju Muthukadan2015-02-281-1/+1
* | | Merge pull request #319 from skirmish/bolt-arm-fixBen Johnson2015-03-011-0/+3
|\ \ \ | |/ / |/| |
| * | Added max alloc size to arm.Adam Polanski2015-02-281-0/+3
|/ /
* | Merge pull request #317 from benbjohnson/32bit-max-allocBen Johnson2015-02-273-1/+6
|\ \
| * | Update max alloc size on 386 arch.Ben Johnson2015-02-273-1/+6
|/ /
* | Merge pull request #315 from benbjohnson/max-allocBen Johnson2015-02-261-1/+1
|\ \
| * | Increase max array size to 2GB.Ben Johnson2015-02-261-1/+1
|/ /
* | Merge pull request #314 from vdemario/fix_typo_readmeBen Johnson2015-02-231-1/+1
|\ \ | |/ |/|
| * Fixed missing parenthesis on the readmeVitor De Mario2015-02-231-1/+1
|/
* Merge pull request #309 from everdev/operation-goBen Johnson2015-02-171-4/+4
|\
| * added gocode.io to list of projects using bolteverdev2015-02-171-4/+4
|/
* Merge pull request #304 from benbjohnson/fix-large-resizeBen Johnson2015-02-162-2/+63
|\