summaryrefslogtreecommitdiff
path: root/src/signature.c
Commit message (Expand)AuthorAgeFilesLines
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-11/+11
* signature: fix out-of-bounds read when parsing timezone offsetPatrick Steinhardt2018-11-091-1/+1
* signature: avoid out-of-bounds reads when parsing signature datesPatrick Steinhardt2018-10-181-2/+4
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-1/+1
* signature: distinguish +0000 and -0000 UTC offsetsHenry Kleynhans2017-11-121-2/+7
* Merge pull request #4288 from pks-t/pks/include-fixupsEdward Thomson2017-08-151-1/+1
|\
| * Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+1
* | signature: don't leave a dangling pointer to the strings on parse failurecmn/tag-bad-signatureCarlos Martín Nieto2017-07-121-0/+1
|/
* signature: free dup'd buffers on parse errorEdward Thomson2017-05-011-1/+4
* giterr_set: consistent error messagesEdward Thomson2016-12-291-1/+1
* Fix off-by-one problems in git_signature__parseAndreas Henriksson2016-12-171-1/+1
* Introduce `git_signature_from_buffer`ethomson/signature_from_bufferEdward Thomson2016-04-281-1/+26
* signature: use GITERR_CHECK_ALLOC to check for OOM situationPatrick Steinhardt2016-02-181-3/+2
* signature: Strip crud just like Git doesVicent Marti2015-10-211-2/+16
* Introduce git_rebase_commitEdward Thomson2014-10-261-0/+11
* signature: add a dup function which takes a poolCarlos Martín Nieto2014-09-301-0/+24
* signature: don't allow empty emailscmn/signature-empty-emailCarlos Martín Nieto2014-09-101-2/+2
* repository: introduce a convenience config snapshot methodcmn/config-snapshotCarlos Martín Nieto2014-05-071-5/+2
* Use config snapshottingCarlos Martín Nieto2014-04-181-2/+5
* Add git_commit_amend APIRussell Belfer2014-02-071-0/+2
* Align git_signature_dup.Arthur Schreiber2014-01-141-12/+17
* Don't leak memory when duplicating a NULL signatureBen Straub2013-11-121-1/+5
* Add new git_signature_default API using configRussell Belfer2013-08-161-1/+18
* Merge pull request #1642 from arrbee/diff-function-contextVicent Martí2013-06-121-0/+1
|\
| * Reorganize diff and add basic diff driverRussell Belfer2013-06-101-0/+1
* | signature: extend trimming to more whitespaceCarlos Martín Nieto2013-06-111-2/+2
|/
* Don't bail on parsing commits with an invalid timezoneScott J. Goldman2013-06-021-2/+4
* Fix trailing whitespacesnulltoken2013-05-151-1/+1
* signature: Lenient when dupping, strict when creatingVicent Marti2013-05-151-5/+14
* Return error for empty name/emailNicolas Viennot2013-04-181-1/+1
* 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