summaryrefslogtreecommitdiff
path: root/src/signature.c
Commit message (Expand)AuthorAgeFilesLines
* signature: Small cleanupsignatures-2Vicent Marti2013-02-201-3/+2
* signature: Shut up MSVC, you silly gooseVicent Marti2013-02-201-6/+3
* Simplify signature parsingVicent Marti2013-02-201-191/+63
* Parse commit time as uint64_t to avoid overflowRussell Belfer2013-01-211-2/+2
* update copyrightsEdward Thomson2013-01-081-1/+1
* Remove GIT_SIGNATURE_VERSION and friendsBen Straub2012-12-031-3/+1
* Deploy GIT_SIGNATURE_INITBen Straub2012-11-301-1/+3
* Fix MSVC compilation warningsnulltoken2012-09-041-1/+1
* signature: make the OS give us the offset for git_signature_nowCarlos Martín Nieto2012-08-281-10/+12
* signature: prevent angle bracket usage in identitynulltoken2012-07-111-5/+19
* Rename posix wrappers with 'p_' prefix.Ben Straub2012-06-061-2/+2
* Merge branch 'development' into rev-parseBen Straub2012-06-051-2/+2
|\
| * errors: Rename the generic return codesVicent Martí2012-05-181-2/+2
* | Fix date.c build in msvc.Ben Straub2012-05-151-12/+0
|/
* Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-1/+1
* Convert reflog to new errorsRussell Belfer2012-03-201-1/+1
* Convert indexer, notes, sha1_lookup, and signatureRussell Belfer2012-03-191-61/+60
* Update Copyright headerschu2012-02-131-1/+1
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-0/+2
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-3/+3
* signature: don't blow up trying to parse names containing '>'Brodie Rao2011-10-121-1/+1
* config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken2011-09-221-2/+2
* Merge pull request #384 from kiryl/warningsVicent Martí2011-09-181-3/+3
|\
| * CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov2011-08-301-3/+3
* | Cleanup legal dataVicent Marti2011-09-191-21/+3
|/
* signature: adjust API to return error codesschu2011-08-031-7/+25
* signature.c: fix off-by-one errorschu2011-08-031-1/+1
* reflog: Fix reflog writer/readernulltoken2011-07-101-2/+2
* Remove unused methodsVicent Marti2011-07-091-28/+0
* odb: Direct writes are backVicent Marti2011-07-091-0/+18
* signature: Fix optional headerVicent Marti2011-07-091-10/+4
* git_signature__write: make header optionallyschu2011-07-091-4/+10
* signature: Fix warningsVicent Marti2011-07-051-7/+4
* signature: straighten the creation of a signaturenulltoken2011-07-051-35/+75
* signature: enhance relaxed parsing of bogus signaturesnulltoken2011-07-051-41/+93
* git_signature__parse: make parsing less strictschu2011-07-051-24/+24
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-5/+5
* sig: allow empty namesCarlos Martín Nieto2011-06-281-2/+0
* commit: Allow spaces inside email addressesVicent Marti2011-06-281-1/+1
* signature: Fix compilationVicent Marti2011-06-011-1/+1
* Fix tag and signature parsingDavid Glesser2011-05-311-6/+20
* signature.c: Move to new error handling mechanismJakob Pfender2011-05-231-1/+1
* Move signature.c to the new error handlingCarlos Martín Nieto2011-05-101-13/+13
* Fix `time_t` conversion on Win32Vicent Marti2011-04-091-2/+2
* Fix `gmtime` issues in Win32Vicent Marti2011-04-091-6/+20
* Rename `git_signature_new_now`Vicent Marti2011-04-091-1/+1
* Add API git_signature_new_nowCarlos Martín Nieto2011-04-091-0/+19
* Add a few malloc checksCarlos Martín Nieto2011-04-091-0/+6
* Properly check `strtol` for errorsVicent Marti2011-04-091-9/+10
* Change `parse` methods to const bufferVicent Marti2011-04-021-4/+4