Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 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: "cea6f56d1987a32a25ecb3fcfd32f1cf52d1dfc3" head sha1: "0e9f6d0d151d144583570896acf9db1102578b04" New issue Fix prefix matching #128 Open qpfiffer wants to merge 2 commits into master from fix_prefix_matching + 28 − 20 Conversation 0 Commits 2 Files changed 3 Apply labels to this issue /.select-menu-header /.select-menu-filters bug /.select-menu-item duplicate /.selec...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 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 97264fdc0cac^ ... 0e9f6d0d151d 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 cquinlan/OlegDB /.select-menu-item zeroZshadow/OlegDB /.select-menu-item Nothing to show /.select-me...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 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 Prefix matching on frontend Loading branch information ... commit ef54951207e5a24668fdd2cf216dbefe8701e722 1 parent 3e050e9 Hamcha authored September 26, 2014 Unified Split Showing 4 changed files with 31 additions and 7 deletions . + 2 − 0 frontend/dispatcher.go + 3 − 2 frontend/goleg/highlevel.go + 11 − 4 frontend/goleg/wrapper.go + 15 − 1 frontend/operatio...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 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 Consistent imports Loading branch information ... commit 3e050e9b528d695bd8ffb4caf38f2430749a28de 1 parent 6b96c32 kyleterry authored September 23, 2014 Unified Split Showing 2 changed files with 10 additions and 6 deletions . + 4 − 2 frontend/goleg/highlevel.go + 6 − 4 frontend/goleg/wrapper.go 6 frontend/goleg/highlevel.go Show notes View @@ -5,8 +5,10 @@ package g...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 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 Replacing instances of erlang with Go Loading branch information ... commit 6b96c32b9a66c266470dc0820ed90ed0bdf19f98 1 parent fddf17e kyleterry authored September 23, 2014 Unified Split Showing 1 changed file with 2 additions and 2 deletions . + 2 − 2 README.md 4 README.md Show notes View @@ -15,7 +15,7 @@ olegdb: No. OlegDB is a ~~single-threaded, non-concurrent~~, transactionless ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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 74e8b02a01f8 ... 4b1be2418fa2 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 cquinlan/OlegDB /.select-menu-item zeroZshadow/OlegDB /.select-menu-item Nothing to show /.select-men...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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 fuck a cd Loading branch information ... commit fddf17efc048e2ee487d4d683fd7f38d7fac4645 1 parent 8c08dc2 kyleterry authored September 20, 2014 Unified Split Showing 1 changed file with 1 addition and 1 deletion . + 1 − 1 .travis.yml 2 .travis.yml Show notes View @@ -6,7 +6,7 @@ script: - make liboleg oleg_test - export LD_LIBRARY_PATH=./build/lib:$LD_LIBRARY_PATH - ./build/bin/ol...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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 Trying this? Loading branch information ... commit 8c08dc20c844d80594c6860ef98d48b07ff4a744 1 parent 4c10ef2 kyleterry authored September 20, 2014 Unified Split Showing 1 changed file with 2 additions and 1 deletion . + 2 − 1 frontend/goleg/wrapper.go 3 frontend/goleg/wrapper.go Show notes View @@ -1,7 +1,8 @@ package goleg /* -#cgo LDFLAGS: -loleg +#cgo CFLAGS: -I../inc...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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 cd to frontend Loading branch information ... commit 4c10ef2a167e2c19b810052d65fee3f2bc6d9dd6 1 parent 03579f0 kyleterry authored September 20, 2014 Unified Split Showing 1 changed file with 1 addition and 1 deletion . + 1 − 1 .travis.yml 2 .travis.yml Show notes View @@ -6,7 +6,7 @@ script: - make liboleg oleg_test - export LD_LIBRARY_PATH=./build/lib:$LD_LIBRARY_PATH - ./b...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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 golang installs for testing go-frontend Loading branch information ... commit 03579f031cb86a9378b9f13b935d7e06e5461f26 1 parent 7dca943 kyleterry authored September 20, 2014 Unified Split Showing 1 changed file with 14 additions and 7 deletions . + 14 − 7 .travis.yml 21 .travis.yml Show notes View @@ -1,14 +1,21 @@ language: c compiler: - - gcc - - clang -sc...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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 118_Transaction_Support Loading branch information ... commit 74e8b02a01f80ce1bafd3948e5a2b1a67d992490 2 parents b2ef6fd + cea6f56 qpfiffer authored September 20, 2014 Unified Split Showing 3 changed files with 4 additions and 4 deletions . + 2 − 2 c_src/oleg.c + 1 − 1 c_src/test.c + 1 − 1 include/oleg.h 4 c_src/oleg.c Show notes Vi...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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 f630f32e7dd6 ... 7dca943554d2 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 cquinlan/OlegDB /.select-menu-item zeroZshadow/OlegDB /.select-menu-item Nothing to show /.select-men...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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: "204779fa12334316e3c832a6881baa9b5cc43912" head sha1: "47aab174bbe9bfae7da1a8b979f11e18644f5a55" New issue Use 0 on success for ol_squish #125 Open Hamcha wants to merge 1 commit into infoforcefeed : master from Hamcha : master + 4 − 4 Conversation 0 Commits 1 Files changed 3 Apply labels to this issue /.select-menu-header /.select-menu-filters bug /.select-menu-item dupli...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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 F_AOL_FFLUSH to fix hippie filesystems Loading branch information ... commit f630f32e7dd686337f96373800bde37c1704e5e0 1 parent fda97c5 Hamcha authored September 21, 2014 Unified Split Showing 2 changed files with 2 additions and 1 deletion . + 1 − 1 frontend/dispatcher.go + 1 − 0 frontend/goleg/wrapper.go 2 frontend/dispatcher.go Show notes View @@ -28,7 +28,7 @@ func ha...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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 Big refactor of Golegd to be better organized Loading branch information ... commit fda97c568586825b72548211d48038ac58292676 1 parent 88af29c Hamcha authored September 21, 2014 Unified Split Showing 4 changed files with 195 additions and 116 deletions . + 1 − 1 README.md + 95 − 0 frontend/dispatcher.go + 0 − 115 frontend/main.go + 99 − 0 frontend/operations...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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 need fflush on certain filesystems. FUCK LINUX. Loading branch information ... commit b2ef6fde6610154b34051947ac57c7f236dd0413 1 parent 3ded079 qpfiffer authored September 20, 2014 Unified Split Showing 1 changed file with 1 addition and 2 deletions . + 1 − 2 c_src/transaction.c 3 c_src/transaction.c Show notes View @@ -67,8 +67,7 @@ ol_transaction *olt_begin(ol_database *db) { ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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 d660017231a7 ... 3ded07988907 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 cquinlan/OlegDB /.select-menu-item zeroZshadow/OlegDB /.select-menu-item Nothing to show /.select-men...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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 4fe7a7c58a37 ... d660017231a7 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 cquinlan/OlegDB /.select-menu-item zeroZshadow/OlegDB /.select-menu-item Nothing to show /.select-men...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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 More detailed CONTRIBUTING.md Loading branch information ... commit 88af29c6f82867401fa64e9c711b829fdef816b9 1 parent a6920a3 Hamcha authored September 20, 2014 Unified Split Showing 2 changed files with 6 additions and 3 deletions . + 5 − 2 CONTRIBUTING.md + 1 − 1 README.md 7 CONTRIBUTING.md Show notes View @@ -44,20 +44,23 @@ with this one. ol_bucket *c, *v, ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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 Updated README Loading branch information ... commit a6920a3bd2fe66942cb48dffa133b7218969de03 1 parent a6e7067 Hamcha authored September 20, 2014 Unified Split Showing 1 changed file with 5 additions and 10 deletions . + 5 − 10 README.md 15 README.md Show notes View @@ -21,7 +21,7 @@ Dependencies ============ * A healthy fear of the end -* Erlang +* Go (>= 1.1) ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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 Semiworking server (from goleg/d projects) Not working correctly yet Loading branch information ... commit a6e70678d7776d599c14d99031a44fbdd8ac95ad 1 parent 34a860e Hamcha authored September 19, 2014 Unified Split Showing 5 changed files with 407 additions and 4 deletions . + 6 − 4 Makefile + 54 − 0 frontend/goleg/highlevel.go + 164 − 0 frontend/goleg/wrapper.go + 176 − ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 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 Get rid of the Erlang frontend I never liked port_driver.c anyway feature/go-frontend commit 34a860e4dd408e0bff97520464360921f20ba082 1 parent 204779f Hamcha authored September 19, 2014 Unified Split Showing 11 changed files with 4 additions and 1,366 deletions . + 4 − 39 Makefile + 0 − 620 c_src/port_driver.c + 0 − 7 include/olegdb.hrl + 0 − 47 run_server...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 25 Fork 4 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 118_Transaction_Support Loading branch information ... commit 4fe7a7c58a3781115aa49f2077a2e3ae68d3ea94 2 parents 623425f + 204779f qpfiffer authored September 17, 2014 Unified Split Showing 1 changed file with 7 additions and 1 deletion . + 7 − 1 c_src/test.c 8 c_src/test.c Show notes View @@ -17,7 +17,13 @@ * in a million places when we modify it. */ ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 25 Fork 4 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: "bb1287891e202a99787603623aa183e6874aeeab" head sha1: "d1413282edb9bac7b7ca88b1c16f8be718a3512d" New issue Change tempnam(2) to mkdtemp(1) #122 Open Hamcha wants to merge 2 commits into infoforcefeed : master from Hamcha : master + 7 − 1 Conversation 0 Commits 2 Files changed 1 Apply labels to this issue /.select-menu-header /.select-menu-filters bug /.select-menu-item dup...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 25 Fork 4 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 edec63273099 ... 623425f596de 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 cquinlan/OlegDB /.select-menu-item zeroZshadow/OlegDB /.select-menu-item Nothing to show /.select-men...