FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for c_src/refobjects.cc - basho/eleveldb · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
basho
/
eleveldb
Public
Notifications
You must be signed in to change notification settings
Fork
176
Star
265
Code
Issues
22
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
eleveldb
c_src
refobjects.cc
on
develop
User selector
Datepicker
Commit history
Commits on Nov 8, 2016
use const int instead of literal numbers for cas to fix solaris/smartos compile errors
Matthew V
committed
8e4973f
View commit details
Copy full SHA for 8e4973f
View code at this point
Browse repository at this point
Commits on Nov 2, 2016
create atomic retrieval of iterator point and storage into counted pointer
Matthew V
committed
59d0a6f
View commit details
Copy full SHA for 59d0a6f
View code at this point
Browse repository at this point
Commits on Nov 1, 2016
merge mv-ref-hardening
Matthew V
committed
831fd99
View commit details
Copy full SHA for 831fd99
View code at this point
Browse repository at this point
Commits on Aug 22, 2016
address code review issues.
Matthew V
committed
64b17b1
View commit details
Copy full SHA for 64b17b1
View code at this point
Browse repository at this point
Commits on Aug 18, 2016
remove double delete at line 148 by using RefDecNoDelete() instead of RefDec(). Use accessors instead direct variable access to enable memory fencing
Matthew V
committed
fd7b4a1
View commit details
Copy full SHA for fd7b4a1
View code at this point
Browse repository at this point
Commits on Aug 10, 2016
disable time conversion in debug routine currently not used.
Matthew Von-Maszewski
committed
e3ad5ec
View commit details
Copy full SHA for e3ad5ec
View code at this point
Browse repository at this point
Commits on Jun 29, 2016
integrate open source expiry features into eleveldb option processing
Matthew V
committed
72b6ced
View commit details
Copy full SHA for 72b6ced
View code at this point
Browse repository at this point
Commits on Jun 21, 2016
Cache Valid() state of iterator for use after iterator potentially destroyed (to fix case where AAE never closes its iterator).
Matthew V
committed
05719a3
View commit details
Copy full SHA for 05719a3
View code at this point
Browse repository at this point
Commits on Jun 9, 2016
correct year logging. raise timer to 4 hours
MatthewVon
committed
c6b9963
View commit details
Copy full SHA for c6b9963
View code at this point
Browse repository at this point
Commits on Jun 8, 2016
first debug data items
Matthew V
committed
58562ad
View commit details
Copy full SHA for 58562ad
View code at this point
Browse repository at this point
Commits on Jun 7, 2016
two key perf counter debug points
Matthew V
committed
876025c
View commit details
Copy full SHA for 876025c
View code at this point
Browse repository at this point
Commits on Sep 11, 2015
updated ErlRefObject to use the Mutex and CondVar wrapper classes from leveldb
Paul A. Place
committed
43d931d
View commit details
Copy full SHA for 43d931d
View code at this point
Browse repository at this point
Commits on Sep 8, 2015
removed threading.h/.cc from eleveldb, replacing with hot_threads.h/.cc in leveldb
Paul A. Place
committed
396224e
View commit details
Copy full SHA for 396224e
View code at this point
Browse repository at this point
Commits on Sep 7, 2015
refactored reference counting into common base class for both leveldb and eleveldb; removed c_src/mutex.h, now referencing Mutex class in leveldb
Paul A. Place
committed
a1b0755
View commit details
Copy full SHA for a1b0755
View code at this point
Browse repository at this point
Commits on Sep 6, 2015
replaced eleveldb/c_src/detail.hpp with atomics.h from leveldb
Paul A. Place
committed
2fcfb11
View commit details
Copy full SHA for 2fcfb11
View code at this point
Browse repository at this point
Commits on Jul 21, 2014
prior mv-complete-itr-close branch was a guess. this is now a fix to root cause. (steve v. isolated via valgrind then verified this fix)
MatthewVon
committed
174a3bd
View commit details
Copy full SHA for 174a3bd
View code at this point
Browse repository at this point
Commits on Jun 23, 2014
change casting for atomic operations to match osx/smartOS needs
Matthew V
committed
8d48564
View commit details
Copy full SHA for 8d48564
View code at this point
Browse repository at this point
Commits on Jun 19, 2014
fix RefDec() to clear unit tests. add casting to atomic operation on void pointer so OSX would compile
MatthewVon
committed
16160be
View commit details
Copy full SHA for 16160be
View code at this point
Browse repository at this point
clean up closing conditions. previously allowed two threads to potentially delete the same object (bad, matthew. bad, bad, matthew)
MatthewVon
committed
8c04ccb
View commit details
Copy full SHA for 8c04ccb
View code at this point
Browse repository at this point
Commits on Jun 18, 2014
add a missing initialization, should not matter, but safer
Matthew V
committed
341064a
View commit details
Copy full SHA for 341064a
View code at this point
Browse repository at this point
doubtful this does anything. env free was one of two crash points.
Matthew V
committed
fb625af
View commit details
Copy full SHA for fb625af
View code at this point
Browse repository at this point
Commits on Jun 17, 2014
iterator close now returns/completes immediately. made operation that claims the close a tad more robust against known race condition.
MatthewVon
committed
7f6a8ae
View commit details
Copy full SHA for 7f6a8ae
View code at this point
Browse repository at this point
Commits on Jun 6, 2014
merge conflicts resolved
Matthew V
committed
a96bb2f
View commit details
Copy full SHA for a96bb2f
View code at this point
Browse repository at this point
Commits on Jun 5, 2014
bring forward a change to RetrieveDbObject needed for tests
Matthew V
committed
2a43ab7
View commit details
Copy full SHA for 2a43ab7
View code at this point
Browse repository at this point
Commits on May 30, 2014
clear write segfault potential. likely last implementation.
Matthew V
committed
8498ecc
View commit details
Copy full SHA for 8498ecc
View code at this point
Browse repository at this point
Commits on May 24, 2014
address condition where m_RecentErlangPtr could be NULL during shutdown.
Matthew V
committed
2ae2f4a
View commit details
Copy full SHA for 2ae2f4a
View code at this point
Browse repository at this point
make clearing of m_RecentErlangPtr the threading sync, not m_CloseRequested
Matthew V
committed
bf2b0da
View commit details
Copy full SHA for bf2b0da
View code at this point
Browse repository at this point
Commits on May 18, 2014
db and iterator close now reshaped to live in malloc memory instead of Erlang. Currently a blocking close for both, will move to async after next round of tests.
Matthew V
committed
2f8b1ea
View commit details
Copy full SHA for 2f8b1ea
View code at this point
Browse repository at this point
Commits on May 15, 2014
Code running. eleveldb_close() executes too fast. tests fail. time for it to be async.
Matthew V
committed
e666662
View commit details
Copy full SHA for e666662
View code at this point
Browse repository at this point
cut/paste work ... non-functional
Matthew V
committed
792e8e4
View commit details
Copy full SHA for 792e8e4
View code at this point
Browse repository at this point
Commits on May 10, 2014
forgot to remove debugging line.
Matthew V
committed
6011f34
View commit details
Copy full SHA for 6011f34
View code at this point
Browse repository at this point
cleanup fact that LevelIteratorWrapper is shafing ItrObject's itr_ref but not pinning ItrObject in memory.
Matthew V
committed
50160c7
View commit details
Copy full SHA for 50160c7
View code at this point
Browse repository at this point
Commits on Apr 25, 2014
avoid badarg exception when closing db_refs being closed
Show description for 3ed041d
vinoski
committed
3ed041d
View commit details
Copy full SHA for 3ed041d
View code at this point
Browse repository at this point
Commits on Apr 15, 2014
a subtle, non-comprehensive change to address a recent Valgrind leak. Using to establish base for bigger changes ... and get current test running again.
Matthew V
committed
d867d2f
View commit details
Copy full SHA for d867d2f
View code at this point
Browse repository at this point
Commits on Jan 17, 2014
remove all ReadOption pointers from iterator objects. use as embedded struct
MatthewVon
committed
b390c9f
View commit details
Copy full SHA for b390c9f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL