| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fixtures: Add DotGitHash to tags repository (#113) | Antonio Navarro Perez | 2016-11-04 | 1 | -1/+2 |
* | storage: filesystem fix tests | Máximo Cuadros | 2016-11-04 | 1 | -1/+1 |
* | utils: fs, new memory filesystem (#108) | Máximo Cuadros | 2016-11-04 | 12 | -12/+442 |
* | storage/filesystem: implement missing functionality. (#110) | Santiago M. Mola | 2016-11-03 | 11 | -94/+241 |
* | fix package documentation (#109) | weirdgiraffe | 2016-11-03 | 1 | -22/+23 |
* | ulreq: adds encoder and decoder for upload-request messages (#106) | Alberto Cortés | 2016-11-02 | 8 | -34/+1493 |
* | format: index encoder and index decoder improvements (#105) | Máximo Cuadros | 2016-10-31 | 6 | -78/+362 |
* | utils/fs: add OpenFile method to filesystem interface. (#104) | Santiago M. Mola | 2016-10-31 | 3 | -52/+163 |
* | utils: binary, new package that collect all the spare helper functions about ... | Máximo Cuadros | 2016-10-31 | 8 | -224/+340 |
* | Fix ssh workflow (#96) | Alberto Cortés | 2016-10-27 | 2 | -52/+91 |
* | remote, fix fetch tags | Máximo Cuadros | 2016-10-27 | 6 | -22/+44 |
* | remote, fix copy tag reference on fetch | Máximo Cuadros | 2016-10-26 | 2 | -6/+44 |
* | storage: filesystem fix config on new repositories (#100) | Máximo Cuadros | 2016-10-26 | 2 | -24/+56 |
* | formats/config: Added encoder/decoder for git config files. (#97) | Santiago M. Mola | 2016-10-26 | 14 | -54/+1017 |
* | fix fixtures usage | Máximo Cuadros | 2016-10-26 | 4 | -5/+5 |
* | Use advrefs in gituploadpackinfo (#92) | Alberto Cortés | 2016-10-26 | 20 | -636/+2946 |
* | utils/fs/test: add testing of stat on subdirs. (#99) | Santiago M. Mola | 2016-10-26 | 1 | -0/+18 |
* | formats: Index read support (#91) | Máximo Cuadros | 2016-10-26 | 5 | -0/+1069 |
* | utils/fs: add test for create file in dir. (#95) | Santiago M. Mola | 2016-10-25 | 1 | -0/+8 |
* | utils/fs: add Remove(). (#94) | Santiago M. Mola | 2016-10-24 | 3 | -0/+28 |
* | utils/fs: move 'os' and 'test' to separate packages. (#93) | Santiago M. Mola | 2016-10-24 | 10 | -115/+108 |
* | Fix pktline api (#89)v4.0.0-rc1 | Alberto Cortés | 2016-10-19 | 6 | -349/+408 |
* | OSFile: implement io.ReaderAt. (#90) | Santiago M. Mola | 2016-10-19 | 1 | -0/+4 |
* | utils: fs.TempFile (#88) | Máximo Cuadros | 2016-10-19 | 5 | -159/+236 |
* | do not assume remotes are sorted chronologically (#87) | Alberto Cortés | 2016-10-18 | 1 | -2/+8 |
* | Substitute old pktline encoder/decoder with new pktline scanner (#84) | Alberto Cortés | 2016-10-18 | 13 | -417/+723 |
* | travis: fix ssh key | Máximo Cuadros | 2016-10-18 | 2 | -2/+1 |
* | travis: install_key | Máximo Cuadros | 2016-10-18 | 1 | -0/+1 |
* | travis: install_key | Máximo Cuadros | 2016-10-18 | 2 | -5/+6 |
* | travis: skip decrypt on prs | Máximo Cuadros | 2016-10-18 | 1 | -1/+2 |
* | fix a typo in readme (#83) | ferhat elmas | 2016-10-07 | 1 | -1/+1 |
* | fix travis | Máximo Cuadros | 2016-09-29 | 4 | -4/+6 |
* | force import from gokpg.in | Máximo Cuadros | 2016-09-29 | 1 | -1/+1 |
* | formats: objfile idomatic reader/writer | Máximo Cuadros | 2016-09-25 | 13 | -818/+758 |
* | formats: packfile improving test coverage | Máximo Cuadros | 2016-09-24 | 2 | -2/+62 |
* | storage: memory test improvements and coverage | Máximo Cuadros | 2016-09-24 | 3 | -37/+135 |
* | utils: fs/os improved code coverage | Máximo Cuadros | 2016-09-23 | 2 | -6/+99 |
* | fix tag iter test | Máximo Cuadros | 2016-09-23 | 3 | -3/+25 |
* | core: irmpoved tests coverage | Máximo Cuadros | 2016-09-23 | 2 | -41/+156 |
* | clients: ssh, check instead of assert, sinced is a wellknown bug | Máximo Cuadros | 2016-09-22 | 1 | -1/+3 |
* | test coverage improved, Remote.Refs and Repository.Refs returns error, TreeWa... | Máximo Cuadros | 2016-09-22 | 15 | -350/+503 |
* | cleanup old fixtures | Máximo Cuadros | 2016-09-22 | 8 | -68/+82 |
* | tags tests, Tag.String and Commit.String | Máximo Cuadros | 2016-09-21 | 7 | -151/+155 |
* | fix build | Máximo Cuadros | 2016-09-20 | 5 | -15/+14 |
* | dotgit: synced write packfile and index generation | Máximo Cuadros | 2016-09-15 | 11 | -101/+314 |
* | fixtures: new fixture package being use in all packages | Máximo Cuadros | 2016-09-12 | 17 | -404/+293 |
* | format: packfile fix ReadObjectAt without decode | Máximo Cuadros | 2016-09-11 | 10 | -89/+161 |
* | storage: filesystem ref storage, and not not exists file handling | Máximo Cuadros | 2016-09-10 | 10 | -34/+68 |
* | format: idxfile sorted entries | Máximo Cuadros | 2016-09-10 | 3 | -2/+42 |
* | storage: filesystem iter implementation | Máximo Cuadros | 2016-09-09 | 1 | -7/+12 |