summaryrefslogtreecommitdiffstats
path: root/booster/src/booster.c
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* Copyright changesVijay Bellur2010-10-111-1/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* booster/fcntl: implement F_GETFD and F_SETFD.v3.0.1rc5Raghavendra G2010-01-231-0/+26
* fixing some warnings on 64bit machine.Amar Tumballi2009-12-031-8/+11
* booster: implement xattr related apis.Raghavendra G2009-11-181-0/+101
* booster: implement creat64.Raghavendra G2009-11-181-0/+47
* booster: implement truncate and truncate64.Raghavendra G2009-11-181-0/+76
* booster: implement ftruncate64.Raghavendra G2009-11-181-1/+33
* booster: implement getcwd.Raghavendra G2009-11-181-0/+14
* booster: implement fchdir.Raghavendra G2009-11-181-0/+43
* booster: implement chdir.Raghavendra G2009-11-181-0/+53
* booster: Must check errno for error number not return valueShehjar Tikoo2009-10-301-3/+3
* booster: seperate out the implementations of readdir and readdir64.Raghavendra G2009-10-261-1/+41
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* booster: Cleanup booster_cleanup and register for atexitShehjar Tikoo2009-09-241-20/+10
* booster: Reduce logging aggressiveness to TRACEShehjar Tikoo2009-09-241-155/+155
* booster: implement F_DUPFD command in fcntl.Raghavendra G2009-09-221-0/+2
* booster: Fix build warningsShehjar Tikoo2009-09-221-14/+15
* booster: use __REDIRECT macro to prevent creat being renamed to creat64.Raghavendra G2009-09-151-1/+4
* booster: use appropriate conversion specifier during logging in close.Raghavendra G2009-09-151-1/+1
* booster: Fix fd_t leak in pread64Shehjar Tikoo2009-09-091-0/+1
* booster: Enhance booster loggingShehjar Tikoo2009-09-091-61/+515
* booster: Fix build problems with various libtool versionsShehjar Tikoo2009-06-291-1/+6
* booster: Another attempt to fix 32 and 64 bit interoperabilityShehjar Tikoo2009-06-291-17/+27
* booster: Add new booster-specific fd-tableShehjar Tikoo2009-06-291-137/+73
* booster: fix build error in fcntl implementation.Raghavendra G2009-06-151-1/+7
* booster: fix memory corruption in booster_cleanupRaghavendra G2009-06-111-4/+10
* booster: implement fcntl.Raghavendra G2009-06-111-1/+104
* booster: implement readdir_r and readdir64_r.Raghavendra G2009-06-111-0/+69
* booster: call glusterfs_umount_all during cleanupRaghavendra G2009-06-111-0/+4
* booster: implement sendfile.Raghavendra G2009-06-111-0/+58
* booster: remove mount table which maps a path to glusterfs handler.Raghavendra G2009-06-111-236/+86
* booster: Clean-up handling of log/fstab env variablesShehjar Tikoo2009-06-021-5/+14
* booster: Eliminate gluster context creation raceShehjar Tikoo2009-06-021-92/+133
* booster: Clear up env var usageShehjar Tikoo2009-06-021-1/+14
* booster: Move fstab parsing into booster from libglusterfsShehjar Tikoo2009-05-201-108/+1
* booster: Fall back to remaining real_* functorsShehjar Tikoo2009-05-191-13/+36
* booster: Dont de-init fd tables on VMP-init failureShehjar Tikoo2009-05-191-17/+5
* booster: Do not read info for non-glusterfs mount pointsShehjar Tikoo2009-05-191-0/+3
* booster: Add telldir APIShehjar Tikoo2009-05-181-0/+29
* booster: Add seekdir APIShehjar Tikoo2009-05-181-0/+26
* booster: Add rewinddir APIShehjar Tikoo2009-05-181-0/+28
* booster: Supplement fstab option parsingShehjar Tikoo2009-05-181-6/+14
* booster: Add fstab parsing supportShehjar Tikoo2009-05-081-57/+74
* booster: Standardize conf file and env variableShehjar Tikoo2009-05-081-2/+2
* booster: Use CONFDIR as booster.conf default locationShehjar Tikoo2009-05-061-1/+1
* booster: Change booster conf env var nameShehjar Tikoo2009-05-061-1/+2
* booster: Add lchown APIShehjar Tikoo2009-05-051-0/+23