projects
/
platform
/
upstream
/
libnice.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/libnice.git
2014-01-31
Philip Withnall
tests: Update test-send-recv to support vectored I/O
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Add support for vectored I/O for receives
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
tests: Fix a shadowed function name in test-pseudotcp
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
stun: Add a fast version of stun_message_validate_buffe...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
socket: Fix the formal parameter types of nice_turn_soc...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
socket: Add vectored I/O support for receiving on sockets
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Simplify control flow in agent_recv_locked()
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
stun: Use SHA1 iteration functions directly in HMAC...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
outputstream: Put GError in the right GError**
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
component: Don't free the nice socket before detaching it
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
agent: Make sure there is no integer overflow if the...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
pseudotcp: Don't fail when sending over 4GiB of data
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
outputstream: Fix race between writable callback and...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
inputstream: Make the GSource hold a weak ref on the...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
outputstream: Don't wake up on every input buffer
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
agent: Only change pseudotcp clock if the new timeout...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
pseudotcp: Switch to using monotonic time
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
outputstream: Release blocking send lock while sending
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
outputstream: Make the blocking send thread safe
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
agent: Return G_IO_ERROR_WOULD_BLOCK for non-connected...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
agent: Return cancelled if sending is cancelled
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
nice: Add nice_agent_build_io_stream to exported symbols
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Queue incoming pseudo-TCP messages until ACKs...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Correct maximum UDP data length
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
tests: Remove redundant GLIB_CHECK_VERSION checks
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Slightly improve debugging output
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Document correctness of io_mutex locking
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Combine nice_agent_recv() and nice_agent_recv_no...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Add a couple of comments to the pseudo-TCP imple...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Hold a reference to pseudotcp while calling...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
socket: Ensure variables are nullified correctly in...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
tests: Add tests for the I/O stream classes
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Always emit a readable callback when pseudo...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Add GPollableOutputStream support to NiceOutputS...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Add GPollableInputStream support to NiceInputStream
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Add a nice_agent_recv_nonblocking() function
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Add nice_agent_build_io_stream() API
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Add support for GIO-style I/O streams
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Add a ComponentSource to Component
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Add a nice_agent_send_full() API exposing error...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Add nice_agent_recv() allowing blocking receives...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Move GSource handling into Component
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Fix format specifiers in debug messages
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Support invoking I/O callbacks in non-default...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Eliminate redundant arguments from component_emi...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Integrate TcpUserData into Component
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Clarify naming of internal recv function
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Use guint8* as the type for internal buffers
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Move I/O callback handling from NiceAgent into...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Move socket/source handling from NiceAgent into...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Refactor nice_agent_g_source_cb()
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
agent: Add a NiceAgent::streams-removed signal
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
tests: Remove a potential race from test-thread
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
build: Add various compiler warnings to --enable-compil...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
stun: Add missing switch cases
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
socket: Add missing switch cases
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
gst: Add missing switch cases
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
stun: Fix potential zero-length memset() call
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
tests: Add missing switch cases
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
tests: Fix strict aliasing of sockaddr structures
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
stun: Make the MD5 code strict-aliasing correct
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Philip Withnall
build: Update .gitignore file
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
pseudotcp: Add methods to query the state of the send...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
pseudotcp: Implement window scaling for PseudoTCP.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
tests: Add more asserts to pseudotcp test
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
tests: Use right type when taking to stdio f*() C...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
tests: Close pseudosocket as soon as it's done sending
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
tests: Fix racy destruction of pseudotcp object
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
tests: No need to call adjust_clock in readable
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
tests: Use one struct for data and buffer
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
pseudotcp: Only consolidate recv buffer if it's getting...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
pseudotcp: Make it possible to disable the Nagle Algorithm
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Olivier Crête
agent: Don't make relayed sockets available in nice_age...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-27
Philip Withnall
agent: Note that nice_agent_set_relay_info() can be...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-07
Philip Withnall
build: Don’t unconditionally enable -Werror for non...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-07
Livio Madaro
agent: Read all socket data in nice_agent_g_source_cb
commit
|
commitdiff
|
tree
|
snapshot
2014-01-02
Philip Withnall
stun: Add printf function attribute
commit
|
commitdiff
|
tree
|
snapshot
2014-01-02
Philip Withnall
stun: Fix format specifier for a size_t variable
commit
|
commitdiff
|
tree
|
snapshot
2014-01-02
Philip Withnall
build: Update .gitignore file
commit
|
commitdiff
|
tree
|
snapshot
2014-01-02
Philip Withnall
build: Remove auto-generated INSTALL file
commit
|
commitdiff
|
tree
|
snapshot
2013-12-27
Olivier Crête
configure: Verify that the compiler understands warning...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-24
Olivier Crête
agent: Add warning on incorrect API usage
commit
|
commitdiff
|
tree
|
snapshot
2013-12-24
Olivier Crête
stun: Indications are never authentication when using...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-24
Olivier Crête
turn: Send queued TURN messages to the turn server
commit
|
commitdiff
|
tree
|
snapshot
2013-12-23
Olivier Crête
conncheck: Avoid reading null username
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Philip Withnall
examples: Remove g_type_init() call for recent GLib...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Philip Withnall
stun: Fix a use of a function with an aggregate return...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Philip Withnall
stun: Explicitly avoid a memcpy() from NULL
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Philip Withnall
stun: Remove unused variables
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Philip Withnall
agent: Avoid memcpy()ing garbage between username strings
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Philip Withnall
agent: Fix an old-style function declaration
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Philip Withnall
agent: Avoid a potential NULL pointer dereference
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Philip Withnall
agent: Fix format specifiers in debug messages
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Philip Withnall
agent: Add missing format specifiers to debug messages
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Philip Withnall
agent: Add printf function attribute
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Philip Withnall
Fix strict aliasing of sockaddr structures
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Philip Withnall
Add missing ‘default’ cases to switches
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Philip Withnall
examples: Remove redundant non-NULL checks
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Philip Withnall
Fix variable shadowing
commit
|
commitdiff
|
tree
|
snapshot
2013-12-18
Philip Withnall
build: Update .gitignore file
commit
|
commitdiff
|
tree
|
snapshot
next