GitHub / gitpython-developers/gitdb / commits
IO of git-style object databases
| SHA | Message | Author | Date | Stats | 
|---|---|---|---|---|
| 5b0dc5f8 | Adjusted stream logic to make it work on all tested platforms ... . | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 1b07e4db | merge Merge pull request #18 from yarikoptic/master | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 13ad9b11 | minor spell fixes + empty line unification + comparison for python 2.6 | Yaroslav Halchenko <d****n@o****m> | almost 11 years ago | |
| a88a777d | Make tests independent of actual repository data | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| f2233fbf | Removed unused imports - should have been in the last commit obviously | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 7bde7b09 | Fixed up tests to use the GITDB_TEST_GIT_REPO_BASE at all times | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| be294278 | Protected stream closure against possibilty of being a bytes | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 560a2110 | Fixed possible file-handle leak | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 9b3a34b7 | Improved coverage configuration | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| a64e64a9 | Bumped version to 0.6.3 | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| de96c522 | Fixed yet another issue with smmap's latest changes | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| cb72f81e | Added coverage configuration | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| fdc1d68b | Fixed python 3 compatibility issue that only showed on windows | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| b1c9d3eb | A minor fix after porting git-python over to PY3 | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| ff761532 | Applied autopep8 | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 8b493963 | Improved decompression test to scan the entire git repository, instead of jus... | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 9e85a45d | merge Merge remote-tracking branch 'origin' | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 46a4a79f | Bumped new version | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 0d22c80e | Added integrity test for loose objects to search large datasets for | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 6b32bbcc | Slightly improved loose object decompression test | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| c38bd197 | Increased initial size of decompressed data to obtain loose object header inf... | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 979c4b83 | merge Merge pull request #15 from yarikoptic/master | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 5e3dbccb | Bring gitdb.test back into distribution | Yaroslav Halchenko <d****n@o****m> | almost 11 years ago | |
| ab452068 | Added readthedocs badge | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 2f2fe4ee | merge Merge branch 'py2n3' | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 0dcec5a2 | It seems zlib works differently in py26, and thus requires special handling. | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| e7fdd949 | Now I am skipping a problematic test on travis CI. | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 0bb57642 | Allow our clone to be deeper to help tests to work | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| b9d189d3 | Added requirements.txt for pip, and optimized test-suite performance on travis. | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 6f71b8a9 | Fixed .travis file to allow tests to work correctly. | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 232cf20e | Fixed incorrect computation of compressed bytes read in zlib decompression st... | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| f26c8690 | Performance tests are now part of the test-suite. | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 7fd369c8 | setup.py works now, and binary python module can now be loaded as well. | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 8ae4e957 | reduced usage of force_bytes as clients are expected to pass bytes. | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 641b64c9 | Now tests work consistently in py2 and 3 | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| bf942a91 | Fully removed all async dependencies | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| b64c771b | Fixed all applicable lint issues | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 37393af4 | merge Merge branch 'kevin-brown-issue_4' into py2n3 | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| a8f2f638 | Made sure xrange is used instead of range in python 2 | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 25b6802d | merge Merge branch 'issue_4' of https://github.com/kevin-brown/gitdb into kevin-bro... | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 85dde34b | Minor adjustments to adapt to changes in async (due to be removed anyway) | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 81707c60 | merge Merge pull request #10 from hickford/patch-1 | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 3c2899e6 | merge Merge pull request #11 from hickford/patch-2 | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| 1c20ca44 | merge Merge pull request #12 from schryer/master | Sebastian Thiel <b****o@g****m> | almost 11 years ago | |
| ef59e98f | Minor change to begin Python3 compatibility support. | David Schryer <s****r@g****m> | almost 11 years ago | |
| 0e0b7e25 | Clarify which Python versions are supported | Matt Hickford <m****d@g****m> | about 11 years ago | |
| a9f7f7bc | Add installation instructions to readme | Matt Hickford <m****d@g****m> | about 11 years ago | |
| aef9a456 | merge Merge pull request #8 from orgads/master | Sebastian Thiel <b****o@g****m> | about 11 years ago | |
| cc32b0a9 | Setup: Fix invalid syntax | Orgad Shaneh <o****h@a****m> | about 11 years ago | |
| c63dcacb | Convert types to bytes | Kevin Brown <k****n@k****n> | over 11 years ago | |
| ecdae96c | Fixed a few more encoding issues | Kevin Brown <k****n@k****n> | over 11 years ago | |
| 0465cf32 | Start up compat and encoding files | Kevin Brown <k****n@k****n> | over 11 years ago | |
| 9dc111e1 | Added sublime-text project | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 0cf09d33 | Fix Python 2 failures | Kevin Brown <k****n@k****n> | over 11 years ago | |
| 087803ee | Making a bit of progress... | Kevin Brown <k****n@k****n> | over 11 years ago | |
| a19a169f | Can't compare memoryview instances, convert to bytes | Kevin Brown <k****n@k****n> | over 11 years ago | |
| f0b3e7bc | Bytes for everyone! | Kevin Brown <k****n@k****n> | over 11 years ago | |
| d8405ee0 | More bytes handling | Kevin Brown <k****n@k****n> | over 11 years ago | |
| 02694051 | Better handling of bytes | Kevin Brown <k****n@k****n> | over 11 years ago | |
| 01e40b5e | Use memoryview instead of buffer | Kevin Brown <k****n@k****n> | over 11 years ago | |
| b881134e | Convert strings to bytes for PY3 | Kevin Brown <k****n@k****n> | over 11 years ago | |
| 85f2b9ba | Test against Python 3.4 | Kevin Brown <k****n@k****n> | over 11 years ago | |
| 5bfa7e6c | Temporarily switch out async for testing | Kevin Brown <k****n@k****n> | over 11 years ago | |
| b6c493de | Pick off the low hanging fruit | Kevin Brown <k****n@k****n> | over 11 years ago | |
| 1c6f4c19 | Automated PEP 8 fixes | Kevin Brown <k****n@k****n> | over 11 years ago | |
| 72167492 | Update smmap to a Python 3 compatible version | Kevin Brown <k****n@k****n> | over 11 years ago | |
| d79c655a | Update async to the Python 2 / 3 compatible version | Kevin Brown <k****n@k****n> | over 11 years ago | |
| 32d34eba | Test with python 3.3 as well | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 39de1127 | Fixed travis build status url | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| e2c94bf6 | argh, one level too low, didn't see it in sublime | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| a4eddfe7 | Added initial configuration of gitdb | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| 6576d550 | tabs to spaces | Sebastian Thiel <b****o@g****m> | over 11 years ago | |
| ea54328c | merge Merge pull request #3 from dbaxa/update_gitmodules | Sebastian Thiel <b****o@g****m> | almost 13 years ago | |
| 0328caa5 | 
              Update gitmodules to point to the https location of the git repositories.
                 Signed-off-by: David <d****k@a****m>  | 
            David Black <d****k@a****m> | about 13 years ago | |
| ec6998f5 | Updated submodules to latest version | Sebastian Thiel <s****l@t****e> | over 13 years ago | |
| e96d2c38 | Submodules now use the http protocol to facilitate checkout in corporate netw... | Sebastian Thiel <s****l@t****e> | over 13 years ago | |
| 656a2e0b | bumped version to 0.5.4 | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| a4deb846 | wrote change log for next release. | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| ef5dc3d9 | Optimized test_pack_streaming not to cache the objects anymore. Instead an it... | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| 0e64168d | pack: updated to use its cursor properly, which will be required if huge pack... | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| aea587d9 | Added license info for packs | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| a5ed410a | removed test suite from being distributed. It didn't work properly anyway and... | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| 4524faf0 | Fixed up docs for upcoming release. Bumped version to 0.5.3 | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| 40762f9a | merge Merge branch 'smmap' | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| cb4059bc | Bumped version info to 0.5.3 | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| 34f01396 | Added changelog information | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| a33e8d55 | Switched git db to the non-sliding version of the memory manager which is a g... | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| d7b486df | Added smmap as submodule, assured the sys path makes it available | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| 17d9d139 | merge Merge branch 'pack_writing' | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| 0c7a3ec9 | Fixed _perf module, which built, but didn't link dynamically. All the time, I... | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| 184a7769 | crc needs to be done on the pack object header as well, of course | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| 98a19ac1 | Implemented remainder of the test, and it already shows that something is wro... | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| e83210d9 | initial version of pack writing, which seems to work, but still needs some mo... | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| 810d1e38 | Added stub for pack writing implementation which should work for pack streami... | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| 3bcb30f1 | Added qt creator project as it has advantages regarding the navigation over j... | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| df570f00 | preprended all modules with licensing information | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| 6d315b8a | Added license information file | Sebastian Thiel <b****o@g****m> | over 14 years ago | |
| 1fe2a940 | setup .gitmodules to use a trackin branch automatically | Sebastian Thiel <b****o@g****m> | almost 15 years ago | |
| 4b1831f6 | merge Merge branch 'structure' | Sebastian Thiel <b****o@g****m> | almost 15 years ago | |
| 88d500ed | setup and doc generation works once again | Sebastian Thiel <b****o@g****m> | almost 15 years ago |