GitHub / github/memcached / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 6020feb5 | merge Merge pull request #11 from github/test-all-ruby |
Daniel Colson <d****n@g****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| c9fd8388 | Test Ruby head | Daniel Colson <d****n@g****m> | 10 months ago | |
| f0697202 | merge Merge pull request #10 from github/ci |
Daniel Colson <d****n@g****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| bc07f3d9 | Update deprecated mocha expectation | Daniel Colson <d****n@g****m> | 10 months ago | |
| 97389673 | Declare ostruct dep | Daniel Colson <d****n@g****m> | 10 months ago | |
| 0076f94b | Get tests passing | Daniel Colson <d****n@g****m> | 10 months ago | |
| 42023c6d | Don't kill memcached in ci | Daniel Colson <d****n@g****m> | 10 months ago | |
| 448c48a3 | Update all the gems | Daniel Colson <d****n@g****m> | 10 months ago | |
| 136b7b4a | Only test modern Ruby | Daniel Colson <d****n@g****m> | 10 months ago | |
| 13d52378 | Increment server failure on hostname lookup failures (#8) |
Chandler <u****6@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 9429dfc1 | Undeprecate Memcached::Rails constant | Adam Hess <h****r@g****m> | about 2 years ago | |
| 1ee5d0c8 | Only build libmemcached | John Hawthorn <j****n@h****l> | over 4 years ago | |
| b453563d | Avoid using out of scope stack allocation | John Hawthorn <j****n@h****l> | over 4 years ago | |
| 21968f72 |
Avoid overflowing stack with too many keys
Co-authored-by: Julian Tibble <t****s@g****m> |
Simon Engledew <s****w@g****m>
Committed by: John Hawthorn <j****n@h****l> |
over 4 years ago | |
| deccb0b7 | Fix rlibmemcached compilation (-Werror=old-style-definition) | Jean Boussier <j****r@g****m> | over 4 years ago | |
| a553ff02 | Fix `show_backtraces: false` leaking `Exception#cause` | Jean Boussier <j****r@g****m> | over 4 years ago | |
| b1372bf1 | Undefine swig_runtime_data allocator | Jean Boussier <j****r@g****m> | over 4 years ago | |
| 241c040d | File.exists? is removed in Ruby 3.2 | Jean Boussier <j****r@g****m> | over 4 years ago | |
| 09e77611 | Refactor should_retry and better handle missing exception_retry_limit | Jean Boussier <j****r@g****m> | about 5 years ago | |
| 34090ffa | merge Merge pull request #204 from Shopify/backport-interupt-handling |
Jean byroot Boussier <j****b@s****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| e15fd2ee | merge Merge pull request #203 from arthurnn/1-0-stable-fix-leak |
Jean byroot Boussier <j****b@s****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 411ad06a | Patch libmemcached to handle EINTR in poll(2) | Jean Boussier <j****r@g****m> | about 5 years ago | |
| ba89a97d | merge Merge pull request #202 from arthurnn/1-x-clean-vendor-before-touch |
Jean byroot Boussier <j****b@s****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| e2fcf7ce | Use memcached_fetch_result to avoid an extra copy of the value on get | Dylan Thacker-Smith <D****h@s****m> | about 5 years ago | |
| c7514e4f | Clean vendor files before touching all of them to avoid missing changes | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| c2f5d8bd | merge Merge pull request #201 from arthurnn/1-0-stable-deprecations |
Dylan Thacker-Smith <d****h@s****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 5944e82a | Fix memory leak from use of rb_external_str_new_with_enc | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| b4783f98 | Deprecate Rlibmemcached and Memcached#get_from_last | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| 5f1385ad | Remove broken ClientError retry logic that effectively did nothing (#198) |
Dylan Thacker-Smith <d****h@s****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 4ab53a53 | merge Merge pull request #200 from arthurnn/use-newer-swig |
Dylan Thacker-Smith <d****h@s****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 5c7a8ba7 | Remove conditional compilation that isn't needed anymore | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| 0a1bccc0 | Remove experimental get_len method | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| 73a67c34 | Regenerate the Swig bindings using Swig 4 | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| 0f50dae3 | Remove support for JRuby 1.6's C extensions | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| 68b89fa9 | Use rb_external_str_new_with_enc to reduce coupling to RString struct (#199) |
Dylan Thacker-Smith <d****h@s****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| e5390741 | merge Merge pull request #194 from dylanahsmith/fix-remaining-warnings |
Dylan Thacker-Smith <d****h@s****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 4fcdc5e8 | Fix an instance variable not initialized warning | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| f06a3cb3 | Fix a circular require warning by autoloading optional modules | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| 75a51d15 | Fix a method redefined warnings by removing the replaced method | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| aa5e492c | merge Merge pull request #167 from hirocaster/fix-warnings |
Dylan Thacker-Smith <d****h@s****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| c07f7e0f | merge Merge pull request #192 from dylanahsmith/1-0-stable-github-actions |
Dylan Thacker-Smith <d****h@s****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 97cae524 | gemspec: Avoid using non-portable shell glob pattern | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| cefc16d2 | Fix missing require for socket standard library | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| 7982fa44 | Use attr_reader to avoid undefined instance variable warning | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| daca477a | CI: Migrate to Github Actions | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| 3df868a0 | Regenerate Gemfile.lock as done in CI | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| dd1671fd | Fix test failing on supported versions of ruby | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| 0aecf7ca | Remove a test that no longer gets a server error with latest memcached | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| b72f5bd4 | CI: Remove end-of-life versions of ruby | Dylan Thacker-Smith <D****h@s****m> | over 5 years ago | |
| 6222c5d5 | Fix compilation errors |
Aaron Patterson <t****e@r****g>
Committed by: Jean Boussier <j****r@g****m> |
almost 6 years ago | |
| 96293058 | Fix warning: shadowing outer local variable | hirocaster <h****a@g****m> | over 10 years ago | |
| 28edb1dc | Fix warning: character class has duplicated range: /^[\w\d\.-]+(:\d{1,5}){0,2}$/ | hirocaster <h****a@g****m> | over 10 years ago | |
| 80be9f86 | Fix warning: ambiguous first argument; put parentheses or a space even after ... | hirocaster <h****a@g****m> | over 10 years ago | |
| 881743d8 | Fix warning: assigned but unused variable | hirocaster <h****a@g****m> | over 10 years ago | |
| ffcf16dc | Fix warning: assigned but unused variable - flags | hirocaster <h****a@g****m> | over 10 years ago | |
| db975bcb | Fix warning: instance variable @no_backtrace not initialized | hirocaster <h****a@g****m> | over 10 years ago | |
| 7b978ee8 | merge Merge pull request #160 from silvamerica/patch-1 | Arthur Nogueira Neves <g****b@a****m> | over 10 years ago | |
| 2b2689df | Update README.md with Github Memcached Wiki URL | Nicholas Silva <n****k@s****m> | over 10 years ago | |
| f4adbf8b | Bump gemfile | Arthur Neves <a****n@g****m> | over 10 years ago | |
| c7613b9b | Update gemspec | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 9ec82c5b | Add Changelog | Arthur Neves <a****n@g****m> | over 10 years ago | |
| cd877dd3 | remove manifest file | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 125ba094 | remove submodules as they are not used now | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 6bf1db06 | latest benchmarks | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 2aa3587c | update dalli for benchmarks | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 6cf84d26 | update travis badge | Arthur Neves <a****n@g****m> | over 10 years ago | |
| cd181185 | move readme to markdown | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 3ad7cec4 | merge Merge pull request #159 from arthurnn/arthurnn/use_rake_compiler | Arthur Nogueira Neves <g****b@a****m> | over 10 years ago | |
| ab791a54 | Fix compile stage | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 73abf341 | update gitignore to reflect vendor change | Arthur Neves <a****n@g****m> | over 10 years ago | |
| db79ccde | Use new vendor folder when compile | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 815a39a8 | move libmemcached to vendor folder | Arthur Neves <a****n@g****m> | over 10 years ago | |
| c7b7d398 | fix gitignore | Arthur Neves <a****n@g****m> | over 10 years ago | |
| d04fd578 | right version of 2.3 | Arthur Neves <a****n@g****m> | over 10 years ago | |
| fddc1a89 | support ruby 2+ | Arthur Neves <a****n@g****m> | over 10 years ago | |
| c6966061 | Use test setup script | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 3d9a055e | right socket name | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 45be49e1 | start memcached using socket file | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 87b06754 | disable email spam for now | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 872167c1 | disable email spam for now | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 2277e7d0 | print right server | Arthur Neves <a****n@g****m> | over 10 years ago | |
| a0edaf1a | improve error msg | Arthur Neves <a****n@g****m> | over 10 years ago | |
| a00fa5c2 | update swig task | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 26531ee7 | Revert "Fix swig and update" | Arthur Neves <a****n@g****m> | over 10 years ago | |
| c21336b3 | merge Merge branch 'master' into arthurnn/use_rake_compiler | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 8c9e9f4b | add test-unit | Arthur Neves <a****n@g****m> | over 10 years ago | |
| d5285011 | remove lock file before travis run | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 662e6ee5 | use latest bundler | Arthur Neves <a****n@g****m> | over 10 years ago | |
| d2adaf0a | use latest bundler | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 63abac20 | Fix swig and update | Arthur Neves <a****n@g****m> | over 10 years ago | |
| a67f6305 | Add test task | Arthur Neves <a****n@g****m> | over 10 years ago | |
| ed068ce5 | Update gitignore to remove binaries | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 75b3876c | remove minitest | Arthur Neves <a****n@g****m> | over 10 years ago | |
| fa93dcab | wip | Arthur Neves <a****n@g****m> | over 10 years ago | |
| a6e1a660 | fix relative paths | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 829f1037 | Add rake-compiler | Arthur Neves <a****n@g****m> | over 10 years ago | |
| f56c6dc9 | Remove echoe gem | Arthur Neves <a****n@g****m> | over 10 years ago | |
| 07e86f00 | remove echoe config | Arthur Neves <a****n@g****m> | over 10 years ago | |
| aa0d30b6 | Add minitest dependency | Arthur Neves <a****n@g****m> | over 10 years ago | |
| f99b9c5d | remove some old rake tasks | Arthur Neves <a****n@g****m> | over 10 years ago |