| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | BaseSuite improvements, usage of file:// proto | Máximo Cuadros | 2016-12-02 | 13 | -541/+379 |
* | capabilities: full integration (#151) | Máximo Cuadros | 2016-12-01 | 17 | -102/+478 |
* | capability: support empty input on Decode. (#153) | Santiago M. Mola | 2016-11-30 | 4 | -8/+11 |
* | protocol/packp: sideband muxer and demuxer (#143) | Máximo Cuadros | 2016-11-30 | 6 | -0/+466 |
* | format/pktline: fix readPayloadLen err handling (#148) | Máximo Cuadros | 2016-11-30 | 2 | -3/+15 |
* | file: return error on File.Contents() if reader fails (#150) | Santiago M. Mola | 2016-11-30 | 1 | -1/+3 |
* | protocol/packp: capabilities new Capability entity and List struct, test impr... | Máximo Cuadros | 2016-11-29 | 22 | -474/+819 |
* | transport: add local transport (#145) | Santiago M. Mola | 2016-11-29 | 12 | -333/+484 |
* | travis: in PR unset SSH_AUTH_SOCK -> skip ssh tests. (#146) | Santiago M. Mola | 2016-11-28 | 1 | -0/+1 |
* | storage: filesystem, clean close when the packfile is not used (#140) | Máximo Cuadros | 2016-11-28 | 2 | -14/+65 |
* | remove old types from transport and use packp (#142) | Santiago M. Mola | 2016-11-28 | 27 | -532/+465 |
* | move: format/packp -> protocol/packp (#141) | Santiago M. Mola | 2016-11-25 | 27 | -523/+482 |
* | rev-list command implementation for objects (#135) | Antonio Navarro Perez | 2016-11-25 | 2 | -0/+270 |
* | plumbing/transport: add common tests and fixes. (#136) | Santiago M. Mola | 2016-11-25 | 17 | -240/+512 |
* | mv difftree/internal/radixmerkle to difftre/internal/merkletrie (#138) | Alberto Cortés | 2016-11-24 | 9 | -0/+0 |
* | plumbing/packfile: PACK encoder (#131) | Antonio Navarro Perez | 2016-11-24 | 4 | -15/+272 |
* | transport: create Client interface (#132) | Santiago M. Mola | 2016-11-23 | 36 | -1402/+1523 |
* | difftree: merkletrie internal package with iterator (#133) | Alberto Cortés | 2016-11-23 | 9 | -0/+1004 |
* | plumbing: format, packfile fix issue #129, related #124, and documentation im... | Máximo Cuadros | 2016-11-23 | 2 | -51/+154 |
* | utils: fs, memory fix read offset | Máximo Cuadros | 2016-11-20 | 2 | -1/+23 |
* | utils: fs, memory fix ReadDir, error getting filename | Máximo Cuadros | 2016-11-20 | 2 | -1/+43 |
* | Add configurable http client factory (fixes #120) (#121) | ferhat elmas | 2016-11-15 | 12 | -77/+205 |
* | Fix nil tx bug (#124)v4.0.0-rc4 | Alberto Cortés | 2016-11-14 | 2 | -3/+31 |
* | utils/fs: add ReadAt to memory file and tests. (#122) | Santiago M. Mola | 2016-11-11 | 3 | -2/+46 |
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 133 | -1933/+2000 |
* | config: storer comment | Máximo Cuadros | 2016-11-07 | 1 | -1/+1 |
* | gofmt simplify (#111) | ferhat elmas | 2016-11-07 | 13 | -189/+188 |
* | global storage interface refactor (#112) | Máximo Cuadros | 2016-11-07 | 37 | -730/+548 |
* | utils/fs: added test for open-read-seek. (#117)v4.0.0-rc3 | Santiago M. Mola | 2016-11-07 | 1 | -1/+24 |
* | utils/fs: Fix O_CREATE flag check in OpenFile (#116) | Pierre Guilleminot | 2016-11-07 | 2 | -1/+9 |
* | clients: common, initialize Refs in GitUploadPackInfo | Máximo Cuadros | 2016-11-05 | 1 | -1/+4 |
* | fixtures: Add missing ObjectsCount (#115)v4.0.0-rc2 | Antonio Navarro Perez | 2016-11-04 | 1 | -0/+1 |
* | add Blobs, Trees and Objects iters. (#114) | Santiago M. Mola | 2016-11-04 | 9 | -119/+440 |
* | 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 |