« 1 2 3 4 5 16 »

Pages are deceptive. Live life in a basket.

README: Clarify need for gmake on BSD · dee8d48 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 13 Star 74 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files README: Clarify need for gmake on BSD Loading branch information ... commit dee8d48043ec47531269fea06316d94a1daed28b 1 parent a6366cb Xe authored Mar 4, 2015 Unified Split Showing 1 changed file with 2 additions and 0 deletions . +2 −0    README.md 2    README.md Show notes View @@ -45,6 +45,8 @@ make test sudo make install ``` +Note that BSD users may have to use ...

Linked on 2015-03-05 17:25:16 | Similar Links
Merge pull request #157 from infoforcefeed/fix/bitrig · 5c6a5a2 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 13 Star 74 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files Merge pull request #157 from infoforcefeed/fix/bitrig add support for building on BSD+clang systems Loading branch information ... commit 5c6a5a25003244b5bb7301d1bb94893a51332a9f 2 parents ec6ed24 + dee8d48 qpfiffer authored Mar 5, 2015 Unified Split Showing 2 changed files with 6 additions and 3 deletions . +4 −3      Makefile +2 −0    README.md 7      Makefile Show notes View ...

Linked on 2015-03-05 16:27:51 | Similar Links
Merge pull request #159 from infoforcefeed/doc/add-Xe-to-CONTRIBUTORS · ec6ed24 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 13 Star 74 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files Merge pull request #159 from infoforcefeed/doc/add-Xe-to-CONTRIBUTORS Attribute me! :D Loading branch information ... commit ec6ed24bd8f3a1c29b649ea3ac915d8032defd30 2 parents 7dbaac8 + e5d5b82 kyleterry authored Mar 5, 2015 Unified Split Showing 1 changed file with 1 addition and 0 deletions . +1 −0   CONTRIBUTORS 1   CONTRIBUTORS Show notes View @@ -3,6 +3,7 @@ General madness: * Kyl...

Linked on 2015-03-05 08:30:31 | Similar Links
CONTRIBUTORS: add me · e5d5b82 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 13 Star 74 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files CONTRIBUTORS: add me Loading branch information ... commit e5d5b8200823626f38b1b9875a4cc24e5df7d011 1 parent c0856aa Xe authored Mar 4, 2015 Unified Split Showing 1 changed file with 1 addition and 0 deletions . +1 −0   CONTRIBUTORS 1   CONTRIBUTORS Show notes View @@ -3,6 +3,7 @@ General madness: * Kyle Terry (http://kyte.io/) * Alessandro Gatti (https://faulty.equipment/) * ...

Linked on 2015-03-05 07:10:58 | Similar Links
README: Clarify need for gmake on BSD · dee8d48 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 13 Star 74 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files README: Clarify need for gmake on BSD Loading branch information ... commit dee8d48043ec47531269fea06316d94a1daed28b 1 parent a6366cb Xe authored Mar 4, 2015 Unified Split Showing 1 changed file with 2 additions and 0 deletions . +2 −0    README.md 2    README.md Show notes View @@ -45,6 +45,8 @@ make test sudo make install ``` +Note that BSD users may have to use ...

Linked on 2015-03-05 06:48:32 | Similar Links
Ignore the build folder · 7dea7f1 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 13 Star 74 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files Ignore the build folder Ran into this with #157 Loading branch information ... commit 7dea7f16662a219fe94a1239ff08b8d1189b0fcc 1 parent c0856aa Xe authored Mar 4, 2015 Unified Split Showing 1 changed file with 1 addition and 0 deletions . +1 −0   .gitignore 1   .gitignore Show notes View @@ -4,3 +4,4 @@ olegdb *.o *.dump data +build Toggle all file notes Rend...

Linked on 2015-03-05 06:43:01 | Similar Links
(jnerula) Xe: Can we just replace -g3 with -g · a6366cb · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 13 Star 74 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files (jnerula) Xe: Can we just replace -g3 with -g Loading branch information ... commit a6366cb824afe9147b5463b417b0a9700c46cdc4 1 parent a9043ee Xe authored Mar 4, 2015 Unified Split Showing 1 changed file with 1 addition and 1 deletion . +1 −1    Makefile 2    Makefile Show notes View @@ -1,4 +1,4 @@ - CFLAGS =-Wall -Werror - g3 -O2 -Wstrict-aliasing=2 + CFLAGS =-Wall -Werror - g -O2 -W...

Linked on 2015-03-05 06:35:19 | Similar Links
Merge pull request #158 from infoforcefeed/fix/gitignore-build-folder · 7dbaac8 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 13 Star 74 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files Merge pull request #158 from infoforcefeed/fix/gitignore-build-folder SURE WHATEVER Loading branch information ... commit 7dbaac8eef8f53550981b592794ecd01f172e17e 2 parents c0856aa + 7dea7f1 qpfiffer authored Mar 4, 2015 Unified Split Showing 1 changed file with 1 addition and 0 deletions . +1 −0   .gitignore 1   .gitignore Show notes View @@ -4,3 +4,4 @@ olegdb *.o *.dump d...

Linked on 2015-03-05 06:35:04 | Similar Links
Commits · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 13 Star 74 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink branch: fix/bitrig Switch branches/tags Branches Tags 140_ACID_for_real 142-liboleg-flags-in-frontend 148_Bulk_Get 153_DBOpen_Mutex avoid_using_FILE experimental_jump_hash feature/112_multiplatform_support feature/aol_rebuild feature/aol-rewrite feature/full_key_dump feature/go-frontend feature/transactions-in-the-frontend fix/bitrig fix/gitignore-build-folder master refactor-hashtable No...

Linked on 2015-03-05 06:31:43 | Similar Links
Ignore the build folder by Xe · Pull Request #158 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 13 Star 74 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar base sha1: "c0856aac2d7f5b9bc757795c215d0edc6facdd6f" head sha1: "7dea7f16662a219fe94a1239ff08b8d1189b0fcc" Loading… Ignore the build folder #158 Open Xe wants to merge 1 commit into master from fix/gitignore-build-folder +1 −0   Conversation 0 Commits 1 Files changed 1 None yet No milestone No one assigned Collaborator Xe commented Mar 5, 2015 Ran into this with #157 ...

Linked on 2015-03-05 06:25:16 | Similar Links
Ignore the build folder · 7dea7f1 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 13 Star 74 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files Ignore the build folder Ran into this with #157 Loading branch information ... commit 7dea7f16662a219fe94a1239ff08b8d1189b0fcc 1 parent c0856aa Xe authored Mar 4, 2015 Unified Split Showing 1 changed file with 1 addition and 0 deletions . +1 −0   .gitignore 1   .gitignore Show notes View @@ -4,3 +4,4 @@ olegdb *.o *.dump data +build Toggle all file notes Rend...

Linked on 2015-03-05 06:25:05 | Similar Links
add support for building on bitrig by Xe · Pull Request #157 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 13 Star 74 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar base sha1: "c0856aac2d7f5b9bc757795c215d0edc6facdd6f" head sha1: "952cfc350883ffef56907d79cb8e4d0743707aac" Loading… add support for building on bitrig #157 Open Xe wants to merge 1 commit into master from fix/bitrig +7 −1      Conversation 0 Commits 1 Files changed 1 None yet No milestone Xe Collaborator Xe commented Mar 5, 2015 Bitrig's c compiler doesn't like -g3 be...

Linked on 2015-03-05 06:24:05 | Similar Links
add support for building on bitrig · 952cfc3 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 13 Star 74 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files add support for building on bitrig Loading branch information ... commit 952cfc350883ffef56907d79cb8e4d0743707aac 1 parent c0856aa Xe authored Mar 4, 2015 Unified Split Showing 1 changed file with 7 additions and 1 deletion . +7 −1      Makefile 8      Makefile Show notes View @@ -1,5 +1,11 @@ - CFLAGS =-Wall -Werror -g3 -O2 -Wstrict-aliasing=2 uname_S := $( shell sh -c 'uname -s 2>/...

Linked on 2015-03-05 06:23:16 | Similar Links
More smashing · cd5d8f6 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 14 Star 75 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files More smashing Loading branch information ... commit cd5d8f6ec8e90b7069e96b9a2c9895c3627bcad5 1 parent 71fe254 qpfiffer authored Mar 3, 2015 Unified Split Showing 2 changed files with 4 additions and 4 deletions . +1 −1    include/aol.h +3 −3      src/aol.c 2    include/aol.h Show notes View @@ -3,7 +3,7 @@ # include " oleg.h " /* Filemode used for writing A...

Linked on 2015-03-04 06:57:41 | Similar Links
JNERULA SMASH · 71fe254 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 14 Star 75 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files JNERULA SMASH Loading branch information ... commit 71fe254e43a8dc85d4438159ff3b9535f361794b 1 parent c0856aa qpfiffer authored Mar 3, 2015 Unified Split Showing 5 changed files with 69 additions and 32 deletions . +1 −1    include/aol.h +2 −2      include/oleg.h +56 −19      src/aol.c +9 −9      src/oleg.c +1 −1    src/transaction.c 2    inc...

Linked on 2015-03-04 06:48:39 | Similar Links
Avoid using defer statements on time-sensitive function calls. · 98ae433 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 14 Star 75 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files Avoid using defer statements on time-sensitive function calls. Loading branch information ... commit 98ae43332d962aea4c7d46e2a37b47615487db96 1 parent a815046 qpfiffer authored Mar 1, 2015 Unified Split Showing 1 changed file with 42 additions and 26 deletions . +42 −26      frontend/goleg/highlevel.go 68      frontend/goleg/highlevel.go Show notes View @@ -35,103 +35,119 @@ func (d Database...

Linked on 2015-03-02 17:43:02 | Similar Links
Avoid using defer statements on time-sensitive function calls. by qpfiffer · Pull Request #156 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 14 Star 75 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar base sha1: "a81504611f48fd4ca9b983ee5daed734962f9dd8" head sha1: "98ae43332d962aea4c7d46e2a37b47615487db96" Loading… Avoid using defer statements on time-sensitive function calls. #156 Open qpfiffer wants to merge 1 commit into master from avoid_defered_mutex_unlock +42 −26      Conversation 0 Commits 1 Files changed 1 None yet No milestone No one assigned Owner qpfiffer commen...

Linked on 2015-03-01 22:52:24 | Similar Links
Avoid using defer statements on time-sensitive function calls. · 98ae433 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 14 Star 75 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files Avoid using defer statements on time-sensitive function calls. Loading branch information ... commit 98ae43332d962aea4c7d46e2a37b47615487db96 1 parent a815046 qpfiffer authored Mar 1, 2015 Unified Split Showing 1 changed file with 42 additions and 26 deletions . +42 −26      frontend/goleg/highlevel.go 68      frontend/goleg/highlevel.go Show notes View @@ -35,103 +35,119 @@ func (d Database...

Linked on 2015-03-01 22:50:04 | Similar Links
Do not zero out value if we're reallocing during startup. · a815046 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 14 Star 75 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files Do not zero out value if we're reallocing during startup. Loading branch information ... commit a81504611f48fd4ca9b983ee5daed734962f9dd8 1 parent 889d092 qpfiffer authored Feb 27, 2015 Unified Split Showing 1 changed file with 1 addition and 1 deletion . +1 −1    src/utils.c 2    src/utils.c Show notes View @@ -67,7 +67,7 @@ int _ol_reallocate_bucket(ol_database *db, ol_bucket *bucket, ...

Linked on 2015-02-27 23:20:44 | Similar Links
Avoid copying data into valus file when not compressed, either. · 889d092 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 14 Star 75 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files Avoid copying data into valus file when not compressed, either. Loading branch information ... commit 889d0924214f07a82cabf9efeea0f18ddf63d15b 1 parent 975c48f qpfiffer authored Feb 27, 2015 Unified Split Showing 1 changed file with 5 additions and 2 deletions . +5 −2      src/utils.c 7      src/utils.c Show notes View @@ -112,8 +112,11 @@ int _ol_reallocate_bucket(ol_database *db, ol_bucket...

Linked on 2015-02-27 22:52:32 | Similar Links
Avoid writing to the values file on startup. · 975c48f · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 14 Star 75 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files Avoid writing to the values file on startup. Loading branch information ... commit 975c48fea4ae24b40edf6dd94c504cabfb06ea84 1 parent d8920ec qpfiffer authored Feb 27, 2015 Unified Split Showing 1 changed file with 12 additions and 2 deletions . +12 −2      src/utils.c 14      src/utils.c Show notes View @@ -89,8 +89,18 @@ int _ol_reallocate_bucket(ol_database *db, ol_bucket *bucket, new...

Linked on 2015-02-27 22:42:44 | Similar Links
Avoid reallocating buckets between databases during transactions. · d8920ec · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 14 Star 75 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files Avoid reallocating buckets between databases during transactions. Loading branch information ... commit d8920ecf98fd70299538c4c0698e6ddb979b1322 1 parent ad7e20f qpfiffer authored Feb 26, 2015 Unified Split Showing 1 changed file with 3 additions and 7 deletions . +3 −7      src/transaction.c 10      src/transaction.c Show notes View @@ -225,14 +225,10 @@ int olt_jar(ol_transaction *tx, cons...

Linked on 2015-02-27 07:16:26 | Similar Links
Comparing 8806feaa2fee...ad7e20f50db6 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 14 Star 75 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink We’re showing branches in this repository, but you can also compare across forks. base fork: infoforcefeed/OlegDB Choose a Base Repository infoforcefeed/OlegDB Codyle/OlegDB Hamcha/OlegDB PrestonSmith01/OlegDB Xe/OlegDB cquinlan/OlegDB lykkin/OlegDB zeroZshadow/OlegDB Nothing to show base: 8806feaa2fee Choose a base branch 140_ACID_for_real 142-liboleg-flags-in-frontend 148_Bulk_Get 153...

Linked on 2015-02-27 01:44:56 | Similar Links
Comparing d5840dc38323...8806feaa2fee · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 14 Star 75 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink We’re showing branches in this repository, but you can also compare across forks. base fork: infoforcefeed/OlegDB Choose a Base Repository infoforcefeed/OlegDB Codyle/OlegDB Hamcha/OlegDB PrestonSmith01/OlegDB Xe/OlegDB cquinlan/OlegDB lykkin/OlegDB zeroZshadow/OlegDB Nothing to show base: d5840dc38323 Choose a base branch 140_ACID_for_real 142-liboleg-flags-in-frontend 148_Bulk_Get 153...

Linked on 2015-02-26 00:41:44 | Similar Links
Fix debug macro. · d5840dc · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 14 Star 73 Fork 7 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse files Fix debug macro. Loading branch information ... commit d5840dc3832337915ab9acac5bfd3b69b6d55f4b 1 parent 5b749b3 qpfiffer authored Feb 11, 2015 Unified Split Showing 1 changed file with 1 addition and 1 deletion . + 1 − 1    src/transaction.c 2    src/transaction.c Show notes View @@ -101,7 +101,7 @@ static void _olt_cleanup_common(ol_transaction *tx, char *values_filename, char debu...

Linked on 2015-02-12 01:34:47 | Similar Links
« 1 2 3 4 5 16 »

Pages are deceptive. Live life in a basket.