Commit Graph

  • 9b58f64b98 Accepting request 1161359 from devel:libraries:c_c++ factory Ana Guerrero 2024-03-25 20:06:13 +0000
  • aa01d45764 Accepting request 1161298 from home:ddiss:leveldb_cpp14 Nathan Cutler 2024-03-25 10:20:29 +0000
  • efc46d0a1e Accepting request 1140571 from devel:libraries:c_c++ Ana Guerrero 2024-01-22 19:31:02 +0000
  • da96c5c5e0 Accepting request 1140548 from home:pgajdos Nathan Cutler 2024-01-22 10:49:14 +0000
  • 72de552f45 Accepting request 1139905 from devel:libraries:c_c++ Ana Guerrero 2024-01-21 22:07:52 +0000
  • 55f7b74690 Accepting request 1139791 from home:pgajdos Nathan Cutler 2024-01-19 10:58:57 +0000
  • df5b5e54ea Accepting request 1070187 from devel:libraries:c_c++ Dominique Leuenberger 2023-03-09 16:44:55 +0000
  • 9e73840628 Accepting request 1070180 from home:pluskalm:branches:devel:libraries:c_c++ David Disseldorp 2023-03-08 13:22:34 +0000
  • ea3cb3a00f Accepting request 899041 from devel:libraries:c_c++ Dominique Leuenberger 2021-06-14 21:10:30 +0000
  • 31f53c2f54 Accepting request 898809 from home:susnux:branches:devel:libraries:c_c++ David Disseldorp 2021-06-10 12:33:25 +0000
  • e5a050e75d Accepting request 890031 from home:susnux:branches:devel:libraries:c_c++ Dirk Mueller 2021-05-22 11:01:27 +0000
  • d51e22bdf2 Accepting request 799299 from devel:libraries:c_c++ Dominique Leuenberger 2020-05-02 20:15:54 +0000
  • 721891c198 Accepting request 798991 from home:dmdiss:leveldb-122 Marcus Meissner 2020-04-30 15:48:20 +0000
  • 6eec76095a Accepting request 720529 from devel:libraries:c_c++ Dominique Leuenberger 2019-09-05 10:04:39 +0000
  • 6ba481c6ed Accepting request 720453 from home:marxin:static Dirk Mueller 2019-08-02 08:28:40 +0000
  • 6960e91cad Accepting request 518015 from devel:libraries:c_c++ Dominique Leuenberger 2017-08-23 09:53:43 +0000
  • dc7af662ff Accepting request 517991 from home:smithfarm:branches:devel:libraries:c_c++ David Disseldorp 2017-08-21 22:54:15 +0000
  • e6a57e101e Accepting request 515889 from devel:libraries:c_c++ Yuchen Lin 2017-08-13 12:58:17 +0000
  • 69d11ef502 Accepting request 515885 from home:smithfarm:branches:devel:libraries:c_c++ David Disseldorp 2017-08-10 12:33:00 +0000
  • a52dde7674 Accepting request 503679 from devel:libraries:c_c++ Dominique Leuenberger 2017-06-20 08:57:57 +0000
  • 68e280c558 Accepting request 502898 from home:pluskalm:branches:devel:libraries:c_c++ Adam Majer 2017-06-14 12:00:48 +0000
  • 8801ae20fa Accepting request 294636 from devel:libraries:c_c++ Dominique Leuenberger 2015-04-07 07:29:59 +0000
  • af654968fa Accepting request 294587 from home:pluskalm:branches:devel:libraries:c_c++ Ismail Dönmez 2015-04-06 10:15:13 +0000
  • 09abac89fa Accepting request 257763 from devel:libraries:c_c++ Stephan Kulow 2014-10-22 14:23:21 +0000
  • b7d50aa5a5 - update to 1.18: + Replace the basic fprintf call with a call to fwrite + Fix ALL the header guards. + A new CONTRIBUTING file. + leveldb: Remove unused function 'ConsumeChar'. + leveldbutil: Remove unused member variables from WriteBatchItemPrinter. + Verify checksums of index/meta/filter blocks when paranoid_checks set. + Invoke all tools for iOS with xcrun. (This was causing problems with the new XCode 5.1.1 image on pulse.) + include only once, and fix the following linter warning: "Found C system header after C++ system header" + When encountering a corrupted table file, return Status::Corruption instead of Status::InvalidArgument. + Support cygwin as build platform, patch is from https://code.google.com/p/leveldb/issues/detail?id=188 + Fix typo, merge patch from https://code.google.com/p/leveldb/issues/detail?id=159 + Fix typos and comments, and address the following two issues: + Add missing db synchronize after "fillseq" in the benchmark. + Removed unused variable in SeekRandom: value (issue #201) Dirk Mueller 2014-10-20 12:29:25 +0000
  • c1e5823d45 Accepting request 229300 from devel:libraries:c_c++ Stephan Kulow 2014-04-09 11:14:11 +0000
  • c95dd0aa7a Accepting request 229438 from home:AndreasStieger:branches:devel:libraries:c_c++ David Disseldorp 2014-04-08 22:33:43 +0000
  • 5c1b8d0843 Accepting request 229436 from home:AndreasStieger:branches:devel:libraries:c_c++ David Disseldorp 2014-04-08 22:05:57 +0000
  • ef8ce5144b - updated to 1.16.0 + Make Log::Reader not report a corruption when the last record in a log file is truncated. + Fix issue 224: variable created but not utilized. + Remove comment that referenced a removed feature. David Disseldorp 2014-04-07 15:34:15 +0000
  • 0cb2c9b079 Accepting request 222074 from devel:libraries:c_c++ Stephan Kulow 2014-02-12 19:53:51 +0000
  • 0d93f7a2fd Remove old 1.14 archive. David Disseldorp 2014-02-05 16:49:56 +0000
  • e75eb46a6d - updated to 1.15.0 + switched from mmap based writing to simpler stdio based writing. Has a minor impact (0.5 microseconds) on microbenchmarks for asynchronous writes. Synchronous writes speed up from 30ms to 10ms on linux/ext4. Should be much more reliable on diverse platforms. + compaction errors now immediately put the database into a read-only mode (until it is re-opened). As a downside, a disk going out of space and then space being created will require a re-open to recover from, whereas previously that would happen automatically. On the plus side, many corruption possibilities go away. + force the DB to enter an error-state so that all future writes fail when a synchronous log write succeeds but the sync fails. + repair now regenerates sstables that exhibit problems + fix issue 218 - Use native memory barriers on OSX + fix issue 212 - QNX build is broken + fix build on iOS with xcode 5 + make tests compile and pass on windows - refreshed 0001-debian-ports.patch + moved OS_MACOSX hunk David Disseldorp 2014-02-05 16:49:19 +0000
  • d4d828b982 Accepting request 212331 from devel:libraries:c_c++ Stephan Kulow 2013-12-30 09:05:23 +0000
  • e730bd6185 - add support for other archs (taken from debian, 0001-debian-ports.patch) Dirk Mueller 2013-12-20 09:02:11 +0000
  • 8ef8dbcf72 Accepting request 205652 from devel:libraries:c_c++ Tomáš Chvátal 2013-11-14 13:22:14 +0000
  • be41b9c23a - Changed shared libs group to System/Libraries. David Disseldorp 2013-11-03 22:48:42 +0000
  • afe20f4ac7 Accepting request 203079 from home:MargueriteSu:branches:devel:libraries:c_c++ David Disseldorp 2013-10-13 14:23:31 +0000
  • 4e366f17ea Accepting request 202602 from home:dmdiss:ceph Marcus Meissner 2013-10-08 15:16:35 +0000