Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 6 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 /.select-menu-header /.select-menu-filters infoforcefeed/OlegDB /.select-menu-item Codyle/OlegDB /.select-menu-item Hamcha/OlegDB /.select-menu-item PrestonSmith01/OlegDB /.select-menu-item cquinlan/OlegDB /.select-menu-item lykkin/OlegDB /.select-menu-item zeroZshadow/OlegDB /.select-menu-item ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 6 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 code Merge pull request #143 from infoforcefeed/142-liboleg-flags-in-frontend Fixes #142 Added flags for enabling DB features from the command line or config file Loading branch information ... commit 470ff0dcb0dcbeddf4b6cbff9ba8b8c4b73f180f 2 parents b0c9b22 + 33788a3 qpfiffer authored Jan 18, 2015 Unified Split Showing 4 changed files with 56 additions and 10 deletions . + 11 − 1 frontend/dispatcher.go + 1 − 1 ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 6 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 code s/log// Loading branch information ... commit 33788a3274efdf486ffce1ee50e606bc6a74e728 1 parent be7959e kyleterry authored Jan 18, 2015 Unified Split Showing 1 changed file with 1 addition and 1 deletion . + 1 − 1 frontend/main.go 2 frontend/main.go Show notes View @@ -113,7 +113,7 @@ func main() { log. Println ( " Append-only log is enabled " ) } if config. SplayTreeEnabled { ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 6 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: "b0c9b22ce00f525bb3ef54bc53c512d6dd2b317f" head sha1: "be7959e24e067cca94c814862294436bbacf1373" Loading… New issue Fixes #142 Added flags for enabling DB features from the command line or config file #143 Open kyleterry wants to merge 1 commit into master from 142-liboleg-flags-in-frontend + 56 − 10 Conversation 0 Commits 1 Files changed 4 Apply labels to this issue bug d...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 6 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 code Added flags for enabling DB features from the command line or config … …file Loading branch information ... commit be7959e24e067cca94c814862294436bbacf1373 1 parent b0c9b22 kyleterry authored Jan 18, 2015 Unified Split Showing 4 changed files with 56 additions and 10 deletions . + 11 − 1 frontend/dispatcher.go + 1 − 1 frontend/goleg/goleg_test.go + 40 − 7 frontend/main.go + 4 −...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 6 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: 142-liboleg-fl… Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters 142-liboleg-flags-in-frontend /.select-menu-item feature/112_multiplatform_support /.select-menu-item feature/aol_rebuild /.select-menu-item feature/aol-rewrite /.select-menu-item feature/full_key_dump /.select-menu-item feature/go-frontend /.select-menu-item feature/transactions-in-the-frontend /.select-menu-it...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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 code Update large_file script. Loading branch information ... commit b0c9b22ce00f525bb3ef54bc53c512d6dd2b317f 1 parent 7bb2e2f qpfiffer authored Jan 15, 2015 Unified Split Showing 1 changed file with 5 additions and 7 deletions . + 5 − 7 scripts/large_file.py 12 scripts/large_file.py Show notes View @@ -4,13 +4,11 @@ def main ( args ): opened = open (args[ 1 ], " rb " ) - ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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 code Need to write after we set the content length. Loading branch information ... commit 7bb2e2f66d93346eb65ebdc6ed22662956a2f628 1 parent e42550c qpfiffer authored Jan 14, 2015 Unified Split Showing 1 changed file with 1 addition and 1 deletion . + 1 − 1 frontend/operations.go 2 frontend/operations.go Show notes View @@ -30,8 +30,8 @@ func httpGet(w http.ResponseWriter, op Operation) *HTTPError { ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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 code Add content length to GET requests. Loading branch information ... commit e42550ce47aa73142f996b9560bf845b36d8db4e 1 parent 668434f qpfiffer authored Jan 14, 2015 Unified Split Showing 1 changed file with 1 addition and 0 deletions . + 1 − 0 frontend/operations.go 1 frontend/operations.go Show notes View @@ -31,6 +31,7 @@ func httpGet(w http.ResponseWriter, op Operation) *HTTPError { // ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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 code Add ldconfig to install script. This fixes @kyleterry 's weird library path bugs. Loading branch information ... commit 668434fbf6b11c1d01c028981dfb40b53cf86d91 1 parent 319db22 qpfiffer authored Jan 12, 2015 Unified Split Showing 1 changed file with 1 addition and 0 deletions . + 1 − 0 Makefile 1 Makefile Show notes View @@ -65,6 +65,7 @@ libinstall: $(LIB_OUT) ln -fs $( INSTALL_LIB ) liboleg...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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 code Merge pull request #139 from infoforcefeed/feature/full_key_dump Feature/full key dump Loading branch information ... commit 319db229f6083373b2e73f80ca097fcd4cb53c42 2 parents 1d55076 + d45ed48 kyleterry authored Jan 11, 2015 Unified Split Showing 9 changed files with 128 additions and 3 deletions . + 18 − 0 docs/Overview/05_Prefix_Matching.markdown + 2 − 0 frontend/dispatcher.go + 31 − 0 ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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 code Removed fmt import and print Loading branch information ... commit d45ed48b3774bfad28544250d3744fc43ba768fe 1 parent 5750928 kyleterry authored Jan 11, 2015 Unified Split Showing 1 changed file with 0 additions and 3 deletions . + 0 − 3 frontend/goleg/goleg_test.go 3 frontend/goleg/goleg_test.go Show notes View @@ -6,7 +6,6 @@ import ( " os " " strconv " " testing " - " fm...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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 code Added test for full key dump Loading branch information ... commit 5750928e7bc6c4b3be726f4669100b0d06239150 1 parent 22baa38 kyleterry authored Jan 11, 2015 Unified Split Showing 1 changed file with 34 additions and 0 deletions . + 34 − 0 frontend/goleg/goleg_test.go 34 frontend/goleg/goleg_test.go Show notes View @@ -6,6 +6,7 @@ import ( " os " " strconv " " testing " ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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: "1d550762497b28452172ef8c68cf2169dc82c23c" head sha1: "22baa3804daa320a9ac448ebdfafcc150768e463" Loading… New issue Feature/full key dump #139 Open qpfiffer wants to merge 3 commits into master from feature/full_key_dump + 97 − 3 Conversation 0 Commits 3 Files changed 8 Apply labels to this issue bug duplicate enhancement frontend inv...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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 /.select-menu-header /.select-menu-filters infoforcefeed/OlegDB /.select-menu-item Codyle/OlegDB /.select-menu-item Hamcha/OlegDB /.select-menu-item PrestonSmith01/OlegDB /.select-menu-item cquinlan/OlegDB /.select-menu-item zeroZshadow/OlegDB /.select-menu-item Nothing to show /.select-menu-list ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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 code most ol_* functions are already transactional, so this wrapper is not needed. Loading branch information ... commit bfadc8f01fcf3b11f2a63bc71cf87ed847ca303d 1 parent 3852b85 kyleterry authored Jan 3, 2015 Unified Split Showing 2 changed files with 0 additions and 32 deletions . + 0 − 23 frontend/goleg/goleg_test.go + 0 − 9 frontend/goleg/highlevel.go 23 frontend/goleg/goleg_test.go ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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 code Merge branch 'master' into feature/transactions-in-the-frontend Loading branch information ... commit 3852b85593b765c4d9a4d59b3a0157bc2afc4eed 2 parents ef74683 + 1d55076 kyleterry authored Jan 3, 2015 Unified Split Showing 1 changed file with 3 additions and 1 deletion . + 3 − 1 frontend/operations.go 4 frontend/operations.go Show notes View @@ -105,7 +105,9 @@ func httpMatch(w http.ResponseW...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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 code Set content-length header on prefix matching. fuck chunked http I'LL EAT YOU ALIVE Loading branch information ... commit cc6fb686b9c036f80c6336020bccd52d0978adc5 1 parent 97a3ac8 qpfiffer authored Dec 31, 2014 Unified Split Showing 1 changed file with 3 additions and 1 deletion . + 3 − 1 frontend/operations.go 4 frontend/operations.go Show notes View @@ -105,7 +105,9 @@ func httpMatch(w http....
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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 code Wrong functions - started writing tests and highlevel Loading branch information ... commit ef746833ba0ef103e6eefc1b84c914a65944a205 1 parent a6a3060 kyleterry authored Dec 31, 2014 Unified Split Showing 3 changed files with 40 additions and 7 deletions . + 23 − 0 frontend/goleg/goleg_test.go + 9 − 0 frontend/goleg/highlevel.go + 8 − 7 frontend/goleg/wrapper.go 23 ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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 code Added wrapper functions for transactions Loading branch information ... commit a6a30605f75fc6ace42348358d1d92c86670331c 1 parent 97a3ac8 kyleterry authored Dec 31, 2014 Unified Split Showing 1 changed file with 98 additions and 0 deletions . + 98 − 0 frontend/goleg/wrapper.go 98 frontend/goleg/wrapper.go Show notes View @@ -280,3 +280,101 @@ func CNodeGet(db *C.ol_database, node *C.ol_splay_t...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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: feature/transa… Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters feature/112_multiplatform_support /.select-menu-item feature/aol_rebuild /.select-menu-item feature/aol-rewrite /.select-menu-item feature/go-frontend /.select-menu-item feature/transactions-in-the-frontend /.select-menu-item master /.select-menu-item refactor-hashtable /.select-menu-item Nothing to show /.s...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Edit 19fd7cc8e645 ... 97a3ac838e82 We’re showing branches in this repository, but you can also compare across forks. base fork: infoforcefeed/OlegDB Choose a Base Repository /.select-menu-header /.select-menu-filters infoforcefeed/OlegDB /.select-menu-item Codyle/OlegDB /.select-menu-item Hamcha/OlegDB /.select-menu-item PrestonSmith01/OlegDB /.select-menu-item cquinlan/OlegDB /.select-menu-item zeroZshadow/OlegDB /.selec...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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 code Properly munmap values file. Turns out if you don't munmap with the proper size of the map, then it'll leak it's file descriptor. Gross. Loading branch information ... commit 19fd7cc8e645eba8c15847b0e937542c2f6dd1a6 1 parent 2bee337 qpfiffer authored Dec 30, 2014 Unified Split Showing 3 changed files with 9 additions and 6 deletions . + 5 − 1 src/file.c + 3 − 4 src/oleg.c + 1 − 1 src/...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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 code Don't throw an error if a key doesn't exist. Loading branch information ... commit 2bee337bbab77a299afd44fc74832a425ab901c9 1 parent 6a34791 qpfiffer authored Dec 26, 2014 Unified Split Showing 1 changed file with 1 addition and 1 deletion . + 1 − 1 src/oleg.c 2 src/oleg.c Show notes View @@ -242,7 +242,7 @@ int ol_unjar(ol_database *db, const char *key, size_t klen, unsigned char **data che...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 5 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 code Add 'dirty' flag to transactions to speed up commits of empty tx. Empty transactions, ie those that haven't done anything, will now just abort instead of commiting. Loading branch information ... commit 6a34791aa851960e8967dc54db59b55ae00ccb89 1 parent 8b15e67 qpfiffer authored Dec 23, 2014 Unified Split Showing 2 changed files with 15 additions and 0 deletions . + 1 − 0 include/transaction.h + 14 − 0 src/tr...