index
:
wayland
0.85
1.0
1.1
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.2
1.23
1.24
1.3
1.4
1.5
1.6
1.7
1.8
1.9
main
master
next
terminal
wayland-0.8
[no description]
git mirrorbot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Include wayland-private.h for container_of
Kristian Høgsberg
2012-10-21
1
-0
/
+1
*
Change filedescriptor API to be thread safe
Kristian Høgsberg
2012-10-10
2
-86
/
+23
*
tests: Quiet warning
Kristian Høgsberg
2012-08-29
1
-1
/
+2
*
tests: ensure sanity leak check tests pass when leak checks are disabled.
U. Artie Eoff
2012-08-29
2
-1
/
+13
*
tests: Allow disabling leak checking assertions by env
Rob Bradford
2012-08-29
1
-2
/
+4
*
socket-test: don't try to be clever, fail if no XDG_RUNTIME_DIR is set
Philipp Brüschweiler
2012-08-14
1
-11
/
+10
*
More consistent ID printing
Daniel Stone
2012-07-23
1
-1
/
+1
*
tests: Wrap calloc by just returning NULL if we're called too early
Kristian Høgsberg
2012-07-23
1
-0
/
+13
*
test-runner: Wrap realloc() too
Daniel Stone
2012-07-23
1
-1
/
+11
*
protocol: Add explicit nullable types
Christopher James Halse Rogers
2012-07-02
1
-4
/
+83
*
tests: test that path names longer than 108 bytes are rejected
Dylan Noblesmith
2012-06-30
2
-1
/
+86
*
tests: fix make check for out-of-tree builds
Dylan Noblesmith
2012-06-30
11
-12
/
+13
*
tests: sort list of tests
Dylan Noblesmith
2012-06-30
1
-9
/
+9
*
tests: Update test cases to new closure allocate convention
Kristian Høgsberg
2012-06-15
2
-38
/
+36
*
tests: update gitignore
Pekka Paalanen
2012-05-29
1
-0
/
+2
*
tests: add noop to fixed-benchmark
Pekka Paalanen
2012-05-15
1
-0
/
+16
*
Optimize wl_fixed_t to/from double conversion functions
Kristian Høgsberg
2012-05-14
3
-1
/
+186
*
Add support for signed 24.8 decimal numbers
Daniel Stone
2012-05-08
1
-0
/
+26
*
tests: prefix event loop tests with event_loop_
Kristian Høgsberg
2012-05-08
1
-2
/
+2
*
tests: assert that mask is zero is post_dispatch callback
Kristian Høgsberg
2012-05-08
1
-0
/
+1
*
tests: Add timerfd test
Kristian Høgsberg
2012-05-08
1
-1
/
+31
*
tests: Add signal test case
Kristian Høgsberg
2012-05-08
1
-0
/
+28
*
tests: Fix out-of-tree builds
Daniel Stone
2012-05-02
1
-1
/
+1
*
tests: Just list tests under the TESTS variable
Kristian Høgsberg
2012-04-26
1
-4
/
+2
*
os: wrap accept4(SOCK_CLOEXEC)
Pekka Paalanen
2012-04-25
1
-0
/
+2
*
os: wrap epoll_create
Pekka Paalanen
2012-04-25
1
-0
/
+51
*
os: wrap recvmsg(MSG_CMSG_CLOEXEC)
Pekka Paalanen
2012-04-25
1
-0
/
+175
*
tests: silence warnings from pipe()
Pekka Paalanen
2012-04-25
1
-3
/
+5
*
os: wrap F_DUPFD_CLOEXEC
Pekka Paalanen
2012-04-25
1
-3
/
+67
*
os: define SOCK_CLOEXEC on Linux
Pekka Paalanen
2012-04-25
1
-7
/
+1
*
tests: Test invoking closures built with wl_closure_vmarshal()
Kristian Høgsberg
2012-04-22
1
-0
/
+38
*
connection: Move closure object out of wl_connection
Kristian Høgsberg
2012-04-22
2
-23
/
+23
*
tests: add .gitignore
Pekka Paalanen
2012-04-20
1
-0
/
+10
*
os: wrap socket(SOCK_CLOEXEC) calls
Pekka Paalanen
2012-04-20
2
-1
/
+107
*
tests: support testing fd inheritance over exec
Pekka Paalanen
2012-04-20
5
-4
/
+124
*
tests: plug fd leaks in free_source_with_data
Pekka Paalanen
2012-04-20
1
-0
/
+5
*
tests: detect fd leaks
Pekka Paalanen
2012-04-20
5
-1
/
+68
*
tests: Add more sanity test to make sure we catch different failure modes
Kristian Høgsberg
2012-04-19
1
-0
/
+33
*
tests: Make sure unused malloc() doesn't get optimized away
Kristian Høgsberg
2012-04-19
1
-0
/
+2
*
tests: add sanity-test
Pekka Paalanen
2012-04-19
2
-0
/
+54
*
tests: add support for tests expected to fail
Pekka Paalanen
2012-04-19
2
-3
/
+17
*
tests: stylish test-runner.c
Pekka Paalanen
2012-04-19
1
-6
/
+16
*
tests: fail build if NDEBUG is defined
Pekka Paalanen
2012-04-19
1
-0
/
+4
*
tests: put common test source files in a variable
Pekka Paalanen
2012-04-19
1
-6
/
+8
*
tests: Make leak check work again by setting default visibility for malloc/free
Kristian Høgsberg
2012-04-13
1
-2
/
+4
*
tests: Fix warning in memory leak assert
Kristian Høgsberg
2012-04-13
1
-1
/
+1
*
tests: Fix signedness warnings
Kristian Høgsberg
2012-04-13
3
-8
/
+8
*
server: Add client destroy signal
Kristian Høgsberg
2012-04-13
2
-1
/
+95
*
Add simple memory leak check to all tests.
U. Artie Eoff
2012-03-24
5
-1
/
+37
*
connection-test: Add test case to stress connection buffers
Kristian Høgsberg
2012-03-24
1
-0
/
+22
[next]