index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
time.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-245
/
+0
*
Make cli_getatr() async.
Jeremy Allison
2009-05-05
1
-1
/
+1
*
Make cli_getattrE async.
Jeremy Allison
2009-05-05
1
-1
/
+1
*
tidy up timestamp checks
Björn Jacke
2009-02-12
1
-33
/
+33
*
add Tru64 sub-second resolution timestamp support
Björn Jacke
2009-01-29
1
-0
/
+24
*
add missing semicolons
Björn Jacke
2009-01-29
1
-6
/
+6
*
setting mtime setted atime on BSD systems, fix this
Björn Jacke
2009-01-29
1
-2
/
+2
*
add AIX sub-second resolution timestamp support
Björn Jacke
2009-01-29
1
-0
/
+24
*
This change allows for the autoconfigre detection of sub-second time resoluti...
todd stecher
2009-01-23
1
-0
/
+12
*
Fix use of "time offset" parameter, and add test to make sure I don't break i...
Jelmer Vernooij
2008-12-23
1
-2
/
+0
*
Use standard types.
Jelmer Vernooij
2008-10-22
1
-16
/
+16
*
Cope with changed signature of http_timestring().
Jelmer Vernooij
2008-10-11
1
-558
/
+0
*
Deal with systems that don't initialize birthtime correctly.
Jeremy Allison
2008-08-29
1
-4
/
+10
*
Add st_birthtime and friends for accurate create times on systems that suppor...
Jeremy Allison
2008-08-27
1
-10
/
+30
*
time: move uint64s_nt_time_to_unix_abs() to lib/time.c
Günther Deschner
2008-06-23
1
-0
/
+7
*
Fix bug #5531 - fix conversion of ns units when converting from nttime to tim...
Jeremy Allison
2008-06-20
1
-2
/
+6
*
Add a talloc context parameter to current_timestring() to fix memleaks.
Michael Adam
2008-03-28
1
-2
/
+2
*
Some C++ warnings
Volker Lendecke
2007-12-21
1
-2
/
+2
*
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
2007-11-29
1
-3
/
+3
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-12
/
+12
*
r24949: Remove some static buffers
Volker Lendecke
2007-10-10
1
-10
/
+8
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23357: timespec_current() was returning the wrong ns time
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23041: Remainder of fix for 4630: fix special case of unix_to_nt_time() for
Jim McDonough
2007-10-10
1
-2
/
+10
*
r23006: Arg. Fix stupid typo in 64-bit path.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23005: If we're running on a system where time_t is 8 bytes
Jeremy Allison
2007-10-10
1
-0
/
+31
*
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
2007-10-10
1
-31
/
+113
*
r21637: Get "password never expires" account policy working.
Jim McDonough
2007-10-10
1
-3
/
+9
*
r21060: Start refactoring out the non-return case statements
Jeremy Allison
2007-10-10
1
-8
/
+8
*
r20695: Remove duplication of constants.
Jeremy Allison
2007-10-10
1
-11
/
+2
*
r20694: To get this right we need to do signed 64-bit
Jeremy Allison
2007-10-10
1
-7
/
+7
*
r20692: Fix bug found by Guenther -
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r18597: A C++ warning
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r18188: merge 3.0-libndr branch
Jelmer Vernooij
2007-10-10
1
-848
/
+838
*
r18009: Fixes bug 4026.
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r17834: Another bug found by Volker's tests in the build farm !
Jeremy Allison
2007-10-10
1
-7
/
+1
*
r17831: Attempt to fix the build farm: 0x7fffffffffffffff needs special casin...
Volker Lendecke
2007-10-10
1
-0
/
+6
*
r17818: Fixup uint64 time calc. NT time is a 64 bit number,
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r17812: Fix bad unsigned comparisons with TIME_T_MIN/TIME_T_MAX.
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r17809: Add in 64-bit integer time calculations (taken from
Jeremy Allison
2007-10-10
1
-41
/
+160
*
r17800: Start using struct timespec internally for file times
Jeremy Allison
2007-10-10
1
-26
/
+147
*
r17767: Argggg. Broke the build. Need to fix callers of put_long_date()
Jeremy Allison
2007-10-10
1
-68
/
+29
*
r17766: Getting ready to properly expose 100ns times on
Jeremy Allison
2007-10-10
1
-29
/
+68
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-1
/
+46
*
r16230: Fix Klocwork #861 and others. localtime and asctime
Jeremy Allison
2007-10-10
1
-6
/
+32
*
r16047: Remove unnecessary line, as this value is set in either branch of the
Jim McDonough
2007-10-10
1
-1
/
+0
*
r15449: Remove unused function get_nttime_max (which claims it
James Peach
2007-10-10
1
-6
/
+0
*
r13427: Fix ctime -> st_ctime.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r13423: Write wrapper functions (and configure tests) so we can
Jeremy Allison
2007-10-10
1
-0
/
+102
[next]