summaryrefslogtreecommitdiff
path: root/Documentation/technical
Commit message (Expand)AuthorAgeFilesLines
* hashmap: add string interning APIkb/hashmap-updatesKarsten Blees2014-07-071-0/+15
* hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-071-0/+14
* hashmap: improve struct hashmap member documentationKarsten Blees2014-07-071-4/+12
* hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-071-0/+9
* Merge branch 'ye/doc-http-proto'Junio C Hamano2014-06-251-1/+1
|\
| * http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616ye/doc-http-protoYi EungJun2014-06-161-1/+1
* | Merge branch 'jm/api-strbuf-doc'Junio C Hamano2014-06-201-5/+5
|\ \
| * | api-strbuf.txt minor typosjm/api-strbuf-docJeremiah Mahler2014-06-091-5/+5
| |/
* | Merge branch 'ta/string-list-init'Junio C Hamano2014-06-161-0/+2
|\ \
| * | string-list: spell all values out that are given to a string_list initializerTanay Abhra2014-06-061-0/+2
| |/
* | Merge branch 'jk/http-errors'Junio C Hamano2014-06-161-0/+5
|\ \
| * | strbuf: add strbuf_reencode helperJeff King2014-05-271-0/+5
| |/
* | Merge branch 'jk/strbuf-tolower'Junio C Hamano2014-06-161-0/+4
|\ \
| * | strbuf: add strbuf_tolower functionjk/strbuf-tolowerJeff King2014-05-231-0/+4
| |/
* | Merge branch 'jk/argv-array-for-child-process'Junio C Hamano2014-06-162-8/+7
|\ \
| * | argv-array: drop "detach" codejk/argv-array-for-child-processJeff King2014-05-151-8/+0
| * | run-command: store an optional argv_arrayJeff King2014-05-151-0/+7
* | | Merge branch 'jj/command-line-adjective'Junio C Hamano2014-06-061-1/+1
|\ \ \
| * | | Documentation: use "command-line" when used as a compound adjective, and fix ...jj/command-line-somethingjj/command-line-adjectiveJason St. John2014-05-211-1/+1
| | |/ | |/|
* | | Merge branch 'bg/strbuf-trim'Junio C Hamano2014-06-031-0/+9
|\ \ \
| * | | api-strbuf.txt: add docs for _trim and _ltrimbg/strbuf-trimBrian Gesiak2014-05-061-0/+9
| | |/ | |/|
* | | Merge branch 'dt/api-doc-setup-gently'Junio C Hamano2014-06-031-5/+8
|\ \ \ | |_|/ |/| |
| * | docs: document RUN_SETUP_GENTLY and clarify RUN_SETUPdt/api-doc-setup-gentlyDavid Turner2014-04-301-5/+8
* | | Merge branch 'kb/fast-hashmap'Junio C Hamano2014-05-191-1/+0
|\ \ \ | |_|/ |/| |
| * | Documentation/technical/api-hashmap: remove source highlightingkb/fast-hashmapAnders Kaseorg2014-05-191-1/+0
* | | Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-083-6/+6
|\ \ \ | | |/ | |/|
| * | Documentation: fix misuses of "nor"Justin Lebar2014-03-313-6/+6
* | | Merge branch 'mr/opt-set-ptr'Junio C Hamano2014-04-081-4/+0
|\ \ \
| * | | parse-options: remove unused OPT_SET_PTRmr/opt-set-ptrMarat Radchenko2014-03-311-4/+0
* | | | Merge branch 'rt/links-for-asciidoctor'Junio C Hamano2014-03-141-2/+2
|\ \ \ \
| * | | | Documentation: fix documentation AsciiDoc links for external urlsrt/links-for-asciidoctorRoberto Tyley2014-02-201-2/+2
| |/ / /
* | | | Merge branch 'nd/http-fetch-shallow-fix'Junio C Hamano2014-02-272-1/+20
|\ \ \ \ | | |/ / | |/| |
| * | | protocol-capabilities.txt: document no-doneNguyễn Thái Ngọc Duy2014-02-101-0/+12
| * | | protocol-capabilities.txt: refer multi_ack_detailed back to pack-protocol.txtNguyễn Thái Ngọc Duy2014-02-101-0/+6
| * | | pack-protocol.txt: clarify 'obj-id' in the last ACK after 'done'Nguyễn Thái Ngọc Duy2014-02-101-1/+2
| |/ /
* | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-271-0/+164
|\ \ \
| * | | pack-bitmap: implement optional name_hash cacheVicent Marti2013-12-301-0/+33
| * | | documentation: add documentation for the bitmap formatVicent Marti2013-12-301-0/+131
* | | | Merge branch 'kb/fast-hashmap'Junio C Hamano2014-02-272-52/+235
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | hashmap.h: use 'unsigned int' for hash-codes everywhereKarsten Blees2014-02-241-1/+1
| * | remove old hash.[ch] implementationKarsten Blees2013-11-181-52/+0
| * | add a hashtable implementation that supports O(1) removalKarsten Blees2013-11-181-0/+235
* | | http-protocol.txt: don't use uppercase for variable names in "The Negotiation...ta/doc-http-protocol-in-htmlThomas Ackermann2014-01-271-23/+22
* | | create HTML for http-protocol.txtThomas Ackermann2014-01-271-104/+108
* | | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-1/+6
|\ \ \
| * | | receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy2013-12-101-1/+3
| * | | make the sender advertise shallow commits to the receiverNguyễn Thái Ngọc Duy2013-12-101-0/+3
| | |/ | |/|
* | | Sync with 1.8.5.3Junio C Hamano2014-01-131-2/+2
|\ \ \
| * | | pack-heuristics.txt: mark up the file header properlyThomas Ackermann2014-01-131-2/+2
| * | | Merge branch 'mi/typofixes' into maintJunio C Hamano2013-12-171-2/+2
| |\ \ \