index
:
glusterfs.git
bug-deprecated
dht-stale-layout-fixes
exp
experimental
heal-info
master
release-2.0
release-3.0
release-3.1
release-3.10
release-3.11
release-3.12
release-3.13
release-3.2
release-3.3
release-3.4
release-3.5
release-3.6
release-3.7
release-3.8
release-3.8-fb
release-3.9
release-4.0
release-4.1
release-5
release-6
release-7
release-8
round-robin2
testing-regression-job
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libglusterfs
/
src
/
logging.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
logging: Fix per xl log level
Poornima G
2016-08-15
1
-41
/
+32
*
libglusterfs: coverity fix
Sakshi
2016-04-14
1
-1
/
+8
*
libglusterfs: open cmd_history log file with O_APPEND and O_WRONLY
Atin Mukherjee
2016-03-29
1
-1
/
+1
*
gfapi: Fix the crashes caused by global_xlator and THIS
Poornima G
2016-03-22
1
-2
/
+2
*
libglusterfs: close & open cmd_history.log on log rotate
Gaurav Kumar Garg
2016-02-04
1
-2
/
+35
*
core: use syscall wrappers instead of direct syscalls - libglusterfs
Kaleb S. KEITHLEY
2015-11-16
1
-6
/
+8
*
logging : GF_LOG_NONE logs always
Mohamed Ashiq
2015-09-01
1
-8
/
+8
*
logging: Stop using global xlator for log_buf allocations
Soumya Koduri
2015-08-08
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-27
1
-13
/
+0
*
logging: Fixed incorrect buffer size
Nithya Balachandran
2015-07-11
1
-1
/
+1
*
defaults,globals,iobuf,latency,logging,options,xlator/libglusterfs : porting ...
Mohamed Ashiq
2015-06-24
1
-19
/
+22
*
build: do not #include "config.h" in each file
Niels de Vos
2015-05-29
1
-5
/
+0
*
libglusterfs: avoid crash due to ctx being NULL
Humble Devassy Chirammal
2015-04-25
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-08
1
-0
/
+3
*
libglusterfs: check and act based on gf_malloc result.
Humble Devassy Chirammal
2015-03-24
1
-0
/
+18
*
glusterd: Add last successful glusterd lock backtrace
Krishnan Parthasarathi
2014-09-22
1
-23
/
+4
*
Use C-locale for numeric/string conversion routines
Anders Blomdell
2014-07-19
1
-0
/
+1
*
porting: Port for FreeBSD rebased from Mike Ma's efforts
Harshavardhana
2014-07-02
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-05
1
-6
/
+24
*
logging: remove unused message-id scripts
Niels de Vos
2014-05-22
1
-55
/
+9
*
logging: Add extra logs to enable testing of log suppression
Krutika Dhananjay
2014-05-16
1
-0
/
+16
*
logging: use duplicate stderr, instead of re-opening
Anand Avati
2014-04-30
1
-2
/
+24
*
logging: Introduce suppression of repetitive log messages
Krutika Dhananjay
2014-04-30
1
-92
/
+701
*
build: MacOSX Porting fixes
Harshavardhana
2014-04-24
1
-10
/
+10
*
log: enhance gluster log format with message ID and standardize errno reporting
ShyamsundarR
2014-03-28
1
-173
/
+901
*
gfapi: Set log level to GF_LOG_NONE after closing log file in glfs_fini
Poornima
2014-02-12
1
-3
/
+4
*
gfapi: Closed the logfile fd and initialize to NULL in glfs_fini
Poornima G
2013-12-26
1
-1
/
+34
*
libglusterfs: Explicitly open /dev/stderr logfile
Bharata B Rao
2013-12-10
1
-3
/
+1
*
log: Fix logging to stderr
Bharata B Rao
2013-08-19
1
-1
/
+1
*
log: use /etc/glusterfs/logger.conf file for logging target
Bala.FA
2013-08-13
1
-2
/
+2
*
log: set ident to openlog
Bala.FA
2013-08-13
1
-18
/
+31
*
libglusterfs: Fix compilation warning
Pranith Kumar K
2013-07-29
1
-1
/
+1
*
log: send current gf_log to syslog conditionally
Bala.FA
2013-07-19
1
-19
/
+102
*
log: enhance syslog logging using CEE format
Bala.FA
2013-07-19
1
-0
/
+211
*
debug/trace: save the recent fops received in the event-history
Raghavendra Bhat
2013-01-17
1
-2
/
+5
*
logging: Added fflush in _gf_log.
Avra Sengupta
2012-12-21
1
-0
/
+2
*
logging: do the 'right' check for loglevel
Amar Tumballi
2012-08-07
1
-6
/
+6
*
core: reduce the usage of global variables
Amar Tumballi
2012-08-03
1
-109
/
+93
*
event-history: implement gf_log_eh for saving events
Raghavendra Bhat
2012-08-01
1
-4
/
+40
*
remove useless if-before-free (and free-like) functions
Jim Meyering
2012-07-13
1
-20
/
+9
*
localtime and ctime are not MT-SAFE
Kaleb S. KEITHLEY
2012-06-29
1
-47
/
+28
*
logging: change the 'logfile' value in a locked region
Amar Tumballi
2012-05-30
1
-88
/
+91
*
license: dual license under GPLV2 and LGPLV3+
Kaleb KEITHLEY
2012-05-10
1
-14
/
+5
*
libglusterfs: Implement circular buffer and event history
Raghavendra Bhat
2012-02-20
1
-0
/
+9
*
glusterd: auth allow enhancements
Rajesh Amaravathi
2012-02-20
1
-4
/
+37
*
log to stderr if "-" is given as log-file
Csaba Henk
2011-11-20
1
-0
/
+6
*
glusterd: fix '.cmd_log_history'file handle leak on SIGHUP
Kaushal M
2011-10-28
1
-1
/
+5
[next]