| Commit message (Expand) | Author | Age | Files | Lines |
* | logging: fix a relock deadlock (#2332) | chenglin130 | 2021-04-15 | 1 | -1/+10 |
* | logger: Always print errors in english (#1657) | Rinku Kothiya | 2020-11-07 | 1 | -1/+5 |
* | Indicate timezone offsets in timestamps | Csaba Henk | 2020-03-12 | 1 | -73/+58 |
* | libglusterfs-xlator: structure logging | yatipadia | 2019-11-19 | 1 | -30/+24 |
* | libglusterfs/logger - code cleaning | Barak Sason | 2019-10-24 | 1 | -56/+35 |
* | logging.c: check for log level before checking for args. | Yaniv Kaul | 2019-09-07 | 1 | -10/+8 |
* | logging: Structured logging reference PR | Aravinda VK | 2019-07-03 | 1 | -34/+35 |
* | logging.c: check for skip_logging() in _gf_slog(), _gf_smsg() | Yaniv Kaul | 2019-07-03 | 1 | -0/+8 |
* | multiple files: another attempt to remove includes | Yaniv Kaul | 2019-06-09 | 1 | -2/+0 |
* | across: clang-scan: fix NULL dereferencing warnings | Amar Tumballi | 2019-05-20 | 1 | -1/+1 |
* | core: Capture process memory usage at the time of call gf_msg_nomem | Mohit Agrawal | 2019-05-09 | 1 | -9/+13 |
* | logging.c/h: aggressively remove sprintfs() | Yaniv Kaul | 2019-03-08 | 1 | -322/+195 |
* | libglusterfs: Move devel headers under glusterfs directory | ShyamsundarR | 2018-11-29 | 1 | -7/+7 |
* | logging: create parent dir if not available | Amar Tumballi | 2018-11-02 | 1 | -0/+20 |
* | libglusterfs : fix newly introduced coverity defect | Sunny Kumar | 2018-10-11 | 1 | -2/+0 |
* | logging: fix file handle leak when calls glfs_set_logging more times | Kinglong Mee | 2018-09-25 | 1 | -0/+7 |
* | libglusterfs/src/logging.c: reduce the use of strings | Yaniv Kaul | 2018-10-07 | 1 | -124/+55 |
* | Land part 2 of clang-format changes | Gluster Ant | 2018-09-12 | 1 | -2018/+2020 |
* | coverity: libglusterfs issues | Amar Tumballi | 2018-08-18 | 1 | -2/+2 |
* | All: run codespell on the code and fix issues. | Yaniv Kaul | 2018-07-16 | 1 | -1/+1 |
* | logging: free the strdup'd filename and ident on gf_log_fini() | Niels de Vos | 2017-02-21 | 1 | -34/+44 |
* | libglusterfs: specify ctx in gf_log_set_loglevel | Zhang Huan | 2017-12-05 | 1 | -5/+1 |
* | logging: localtime logging, cmdline, volume set option | Kaleb S. KEITHLEY | 2017-08-01 | 1 | -0/+26 |
* | fuse: memory leak fixes | Danny Couture | 2017-07-05 | 1 | -0/+2 |
* | logging: Support for Structured logging format | Aravinda VK | 2017-06-14 | 1 | -0/+144 |
* | Do not call va_end twice in _gf_log_eh | Michael Scherer | 2017-02-23 | 1 | -2/+0 |
* | logging: Fix per xl log level | Poornima G | 2016-08-02 | 1 | -41/+32 |
* | libglusterfs: coverity fix | Sakshi | 2015-04-15 | 1 | -1/+8 |
* | libglusterfs: open cmd_history log file with O_APPEND and O_WRONLY | Atin Mukherjee | 2016-03-28 | 1 | -1/+1 |
* | gfapi: Fix the crashes caused by global_xlator and THIS | Poornima G | 2016-03-19 | 1 | -2/+2 |
* | libglusterfs: close & open cmd_history.log on log rotate | Gaurav Kumar Garg | 2015-12-01 | 1 | -2/+35 |
* | core: use syscall wrappers instead of direct syscalls - libglusterfs | Kaleb S. KEITHLEY | 2015-10-01 | 1 | -6/+8 |
* | logging : GF_LOG_NONE logs always | Mohamed Ashiq | 2015-07-29 | 1 | -8/+8 |
* | logging: Stop using global xlator for log_buf allocations | Soumya Koduri | 2015-07-30 | 1 | -13/+0 |
* | Revert "Revert "core: avoid crashes in gf_msg dup-detection code"" | Kaleb KEITHLEY | 2015-07-28 | 1 | -0/+13 |
* | Revert "core: avoid crashes in gf_msg dup-detection code" | Soumya Koduri | 2015-07-23 | 1 | -13/+0 |
* | logging: Fixed incorrect buffer size | Nithya Balachandran | 2015-07-03 | 1 | -1/+1 |
* | defaults,globals,iobuf,latency,logging,options,xlator/libglusterfs : porting ... | Mohamed Ashiq | 2015-05-19 | 1 | -19/+22 |
* | build: do not #include "config.h" in each file | Niels de Vos | 2015-05-18 | 1 | -5/+0 |
* | libglusterfs: avoid crash due to ctx being NULL | Humble Devassy Chirammal | 2015-04-07 | 1 | -1/+27 |
* | core: avoid crashes in gf_msg dup-detection code | Jeff Darcy | 2015-04-21 | 1 | -0/+13 |
* | libglusterfs: avoid possibility of crash when ctx is null | Humble Devassy Chirammal | 2015-04-01 | 1 | -0/+3 |
* | libglusterfs: check and act based on gf_malloc result. | Humble Devassy Chirammal | 2015-03-05 | 1 | -0/+18 |
* | glusterd: Add last successful glusterd lock backtrace | Krishnan Parthasarathi | 2014-09-03 | 1 | -23/+4 |
* | Use C-locale for numeric/string conversion routines | Anders Blomdell | 2014-07-11 | 1 | -0/+1 |
* | porting: Port for FreeBSD rebased from Mike Ma's efforts | Harshavardhana | 2014-06-21 | 1 | -10/+4 |
* | logging: Flush log messages logged via gf_log_callingfn() | Krutika Dhananjay | 2014-06-13 | 1 | -0/+2 |
* | logging: Prior to log initialization, print all logs to syslog. | Poornima G | 2014-06-02 | 1 | -6/+24 |
* | logging: remove unused message-id scripts | Niels de Vos | 2014-05-08 | 1 | -55/+9 |
* | logging: Add extra logs to enable testing of log suppression | Krutika Dhananjay | 2014-05-02 | 1 | -0/+16 |