| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Introduce git__date_rfc2822_fmt. Allows for RFC2822 date headers | Jacques Germishuys | 2014-04-11 | 1 | -0/+28 |
| | | |||||
| * | Use time(2) to get the time | Edward Thomson | 2013-08-19 | 1 | -7/+7 |
| | | | | | | | We didn't use the added precision in gettimeofday, so remove it. This prevents us from having an unnecessary reimplementation on win32. | ||||
| * | Unify whitespaces to tabs | Linquize | 2013-05-15 | 1 | -3/+3 |
| | | |||||
| * | Fix clang warnings and improve checks | Russell Belfer | 2013-04-09 | 1 | -2/+2 |
| | | |||||
| * | Remove use of English expletives | Martin Woodward | 2012-11-23 | 1 | -10/+10 |
| | | | | | | | Remove words such as fuck, crap, shit etc. Remove other potentially offensive words from comments. Tidy up other geopolicital terms in comments. | ||||
| * | Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into development | Vicent Marti | 2012-08-02 | 1 | -20/+20 |
| |\ | | | | | | | | | | | | | Conflicts: src/netops.c src/netops.h src/oid.c | ||||
| | * | portability: Improve x86/amd64 compatibility | nulltoken | 2012-07-24 | 1 | -19/+19 |
| |/ | |||||
| * | misc: Fix warnings from PVS Studio trial | Vicent Martà | 2012-06-07 | 1 | -1/+1 |
| | | |||||
| * | Rename posix wrappers with 'p_' prefix. | Ben Straub | 2012-06-06 | 1 | -6/+6 |
| | | |||||
| * | Move git__date_parse declaration to util.h. | Ben Straub | 2012-06-06 | 1 | -1/+1 |
| | | |||||
| * | Approxidate: use libgit2 naming/calling conventions. | Ben Straub | 2012-05-30 | 1 | -18/+16 |
| | | | | | | Also use git_time_t (64-bit integer) for time values, although the 2038 problem is still present on 32-bit machines. | ||||
| * | Fix date.c build in msvc. | Ben Straub | 2012-05-15 | 1 | -6/+13 |
| | | | | | | | Ported the win32 implementations of gmtime_r, localtime_r, and gettimeofday to be part of the posix compatibility layer, and fixed git_signature_now to use them. | ||||
| * | Rev-parse: @{time} syntax. | Ben Straub | 2012-05-11 | 1 | -0/+871 |
| Ported date.c (for approxidate_careful) from git.git revision aa39b85. Trimmed out the parts we're not using. | |||||
