summaryrefslogtreecommitdiff
path: root/source4/lib/util/time.c
AgeCommit message (Collapse)AuthorFilesLines
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-622/+0
Conflicts: source4/Makefile
2008-05-20smbtorture: Add RAW-BENCH-TCON benchmark.James Peach1-1/+1
Add a simple test to benchmark the rate at which a server can accept new tree connections. You can tune the length of time to run the benchmark for and the number of parallel connections to make. (This used to be commit ea3f4b93057e85c4ea516cc77dd0f293016d520c)
2008-02-09Move nt_time_equal() to libutil.Jelmer Vernooij1-0/+8
(This used to be commit 9705263a6c58d4ade556d17db2009dbb85291b22)
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-1/+1
(This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4)
2007-10-10r24941: Simplify samdb_result_nttime(), and remove nttime_from_string()Andrew Bartlett1-8/+0
Andrew Bartlett (This used to be commit bcd994a139e2e8fb2e97c8b897c987ff234e0b0a)
2007-10-10r24710: Use standard boolean type for easier use by external users.Jelmer Vernooij1-8/+8
(This used to be commit 99f4124137d4a61216e8189f26d4da32882c0f4a)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r18614: a bit of work done while on the plane.Rafal Szczesniak1-0/+22
a new function converting NTTIME to struct timeval rafal (This used to be commit e9ebbb8661ac6efc5bf07798a64cdb9f7c7eea50)
2007-10-10r15457: Get rid of more usages of uint_tJelmer Vernooij1-3/+3
(This used to be commit 849818dcdeb8eaf2eb22fea3896a4f7c777d8c5f)
2007-10-10r13840: Mark some functions as public.Jelmer Vernooij1-34/+34
(This used to be commit 9a188eb1f48a50d92a67a4fc2b3899b90074059a)
2007-10-10r13752: Add doxyfile and fix formatting of comments. Current output is ↵Jelmer Vernooij1-50/+55
available at http://samba.org/~jelmer/util-api/ (This used to be commit 90812203df151a5e62394306827c72adfe13c63c)
2007-10-10r13658: More moving around of files:Jelmer Vernooij1-0/+596
- Collect the generic utility functions into a lib/util/ (a la GLib is for the GNOME folks) - Remove even more files from include/ (This used to be commit ba62880f5b05c2a505dc7f54676b231197a7e707)