aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/log_posix.c
Commit message (Collapse)AuthorAge
* Fixed compilation with -Wsign-conversion on macGravatar David Garcia Quintas2015-09-12
|
* Mac build fixesGravatar Craig Tiller2015-09-10
|
* Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
|
* Update log_posix.cGravatar bjorn2015-03-01
| | | size error
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Cleaning up our posix definition / usage.Gravatar Nicolas "Pixel" Noble2015-02-14
| | | | | | | -) Let's not use _POSIX_SOURCE. It usually implies too much C99. _BSD_SOURCE would be the right thing to do here. -) _BSD_SOURCE is getting deprecated by glibc, so we also have to define _DEFAULT_SOURCE under Linux. -) accept4 and eventfd arn't as old as we may think; let's detect for it. -) stdint.h interferes with all these definitions if included too early; let's move it down.
* Fix up feature test macrosGravatar David Klempner2015-02-04
| | | | | | | | | Move all feature test macros to the start of the file and check that they aren't already defined or defined to a lower value than the file needs. Projects should be allowed to put these in CFLAGS and we shouldn't break when they do.
* Make _posix usage match 'the rules'Gravatar Craig Tiller2015-02-02
| | | | Also fix log_posix to get things compiling.
* () --> (void)Gravatar Craig Tiller2015-01-15
|
* Run clang-format-all.shGravatar Yang Gao2015-01-14
|
* Format changeGravatar Craig Tiller2015-01-13
|
* Compile fix for macGravatar Craig Tiller2015-01-13
|
* Allow logging mechanism to be overridden by applications.Gravatar ctiller2015-01-12
| | | | | | | | This necessitated the removal of gpr_vlog to keep a clean interface. Change on 2015/01/09 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83634996
* Tweaking log calls a bit.Gravatar nnoble2014-12-12
| | | | | | | | | -) Introducing gpr_vlog so to spare a few vsprintf later (at least one for now) -) Renaming statistics/log.* to statistics/census_log.* to avoid collisions. Change on 2014/12/12 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81995756
* Initial import.Gravatar Nicolas Noble2014-11-26