index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Fix bug 8385
Volker Lendecke
2011-08-25
1
-26
/
+14
*
pyldb: fixed a warning
Andrew Tridgell
2011-08-25
1
-2
/
+2
*
talloc: Fix talloc-compat pc files/headers.
Jelmer Vernooij
2011-08-21
1
-1
/
+3
*
wafsamba: Only install .pc files if libraries are public.
Jelmer Vernooij
2011-08-21
4
-16
/
+7
*
tdb: Install pkg-config file.
Jelmer Vernooij
2011-08-21
1
-1
/
+3
*
wafsamba: Require public libraries to have a pc file specified, or explicitly...
Jelmer Vernooij
2011-08-21
1
-1
/
+2
*
ldb:ldb_controls.c - cosmetic indentation fix
Matthias Dieter Wallnöfer
2011-08-19
1
-5
/
+4
*
ldb - two cosmetic fixes
Matthias Dieter Wallnöfer
2011-08-19
2
-4
/
+2
*
credentials: Rename library to samba-credentials to avoid name clashes.
Jelmer Vernooij
2011-08-18
1
-1
/
+1
*
tdb: increment sequence number in tdb_wipe_all().
Rusty Russell
2011-08-16
1
-0
/
+2
*
util: add function to extend anonymous shared memory
Simo Sorce
2011-08-14
2
-0
/
+65
*
replace: Check if we have mremap() available
Simo Sorce
2011-08-14
2
-0
/
+55
*
ldb: Remove use after free in error case
Andrew Bartlett
2011-08-13
1
-1
/
+0
*
socket-wrapped: added wrappers for dup() and dup2()
Andrew Tridgell
2011-08-12
2
-2
/
+131
*
tevent: don't force the nesting flag to false in the destructor
Andrew Tridgell
2011-08-12
1
-3
/
+7
*
tevent: fix documentation for tevent_context_init_byname()
Sumit Bose
2011-08-11
1
-2
/
+2
*
tevent: Set FD_CLOEXEC on epoll handle
Sumit Bose
2011-08-11
4
-2
/
+52
*
Adapt tally_histogram to Samba coding conventions
Volker Lendecke
2011-08-10
1
-10
/
+16
*
Adapt get_max_bucket to Samba coding conventions
Volker Lendecke
2011-08-10
1
-2
/
+4
*
Adapt tally_approx_median to Samba coding conventions
Volker Lendecke
2011-08-10
1
-1
/
+2
*
Adapt bucket_range to Samba coding conventions
Volker Lendecke
2011-08-10
1
-2
/
+3
*
Adapt tally_mean to Samba coding conventions
Volker Lendecke
2011-08-10
1
-1
/
+2
*
Adapt divls64 to Samba coding conventions
Volker Lendecke
2011-08-10
1
-1
/
+2
*
Avoid some // style comments in divls64
Volker Lendecke
2011-08-10
1
-9
/
+10
*
Adapt divlu64 to Samba coding conventions
Volker Lendecke
2011-08-10
1
-2
/
+5
*
Avoid some // style comments in divlu64
Volker Lendecke
2011-08-10
1
-26
/
+26
*
Adapt fls64 to Samba coding conventions
Volker Lendecke
2011-08-10
1
-1
/
+2
*
Adapt tally_num to Samba coding conventions
Volker Lendecke
2011-08-10
1
-1
/
+2
*
Adapt tally_add to Samba coding conventions
Volker Lendecke
2011-08-10
1
-3
/
+5
*
Adapt renormalize to Samba coding conventions
Volker Lendecke
2011-08-10
1
-1
/
+2
*
Adapt shift_overflows to Samba coding conventions
Volker Lendecke
2011-08-10
1
-1
/
+2
*
Adapt bucket_min to Samba coding conventions
Volker Lendecke
2011-08-10
1
-1
/
+2
*
Adapt bucket_of to Samba coding conventions
Volker Lendecke
2011-08-10
1
-1
/
+2
*
Adapt tally_new to Samba coding conventions
Volker Lendecke
2011-08-10
1
-2
/
+5
*
Slightly simplify tally_new
Volker Lendecke
2011-08-10
1
-7
/
+9
*
Fix a c++ warning
Volker Lendecke
2011-08-10
1
-1
/
+1
*
Fix a c++ warning
Volker Lendecke
2011-08-10
1
-1
/
+2
*
tevent: cleanup nesting counter when doing a full reinit.
Simo Sorce
2011-08-10
1
-0
/
+7
*
lib-util: Make create_unlink_tmp argument optional
Simo Sorce
2011-08-10
1
-1
/
+6
*
lib-util: Make useful function a common utility.
Simo Sorce
2011-08-10
2
-0
/
+37
*
libutil: use AI_ADDRCONFIG only when AI_NUMERIC is not defined
Simo Sorce
2011-08-10
1
-5
/
+11
*
pytalloc: Regenerate ABI file.
Jelmer Vernooij
2011-08-10
1
-0
/
+1
*
pytalloc: Use consistent prefix for functions, add ABI file.
Jelmer Vernooij
2011-08-10
5
-51
/
+57
*
tsocket: make use of tevent_queue_add_optimize_empty() to optimize for the em...
Stefan Metzmacher
2011-08-10
1
-37
/
+48
*
tevent: change the version to 0.9.14 after the tevent_queue changes
Stefan Metzmacher
2011-08-09
2
-1
/
+79
*
tevent: fix some comments in tevent.h
Stefan Metzmacher
2011-08-09
1
-2
/
+2
*
tevent: add tevent_queue_add_entry() and tevent_queue_add_optimize_empty()
Stefan Metzmacher
2011-08-09
2
-2
/
+131
*
tevent: splitout tevent_queue_add_internal() from tevent_queue_add()
Stefan Metzmacher
2011-08-09
1
-8
/
+26
*
tevent: allow tevent_queue_add() to take a NULL trigger function
Stefan Metzmacher
2011-08-09
2
-1
/
+10
*
tevent: add tevent_queue_running() function
Stefan Metzmacher
2011-08-09
2
-0
/
+16
[next]