index
:
~slomo/libnice
master
task-pool
Unnamed repository; edit this file 'description' to name the repository.
slomo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
agent
/
pseudotcp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-31
pseudotcp: Remove one duplicated call to g_get_monotonic_time()
Olivier Crête
1
-8
/
+7
2014-01-31
pseudotcp: Add list of unsent segment
Olivier Crête
1
-20
/
+29
2014-01-31
pseudotcp: Use GQueue for list that has stuff inserted in the end
Olivier Crête
1
-24
/
+22
2014-01-31
pseudotcp: Don't change the receive buffer size if it hasnt changed
Olivier Crête
1
-0
/
+3
2014-01-31
agent: Add support for vectored I/O for sends
Philip Withnall
1
-0
/
+12
2014-01-31
agent: Add support for vectored I/O for receives
Philip Withnall
1
-16
/
+52
2014-01-31
pseudotcp: Don't fail when sending over 4GiB of data
Olivier Crête
1
-9
/
+15
2014-01-31
agent: Only change pseudotcp clock if the new timeout is sooner
Olivier Crête
1
-5
/
+8
2014-01-31
pseudotcp: Switch to using monotonic time
Olivier Crête
1
-3
/
+1
2014-01-31
agent: Add a couple of comments to the pseudo-TCP implementation
Philip Withnall
1
-2
/
+3
2014-01-31
agent: Hold a reference to pseudotcp while calling its callbacks
Philip Withnall
1
-1
/
+10
2014-01-31
agent: Always emit a readable callback when pseudo-TCP data arrives
Philip Withnall
1
-1
/
+4
2014-01-31
pseudotcp: Add methods to query the state of the send and recv buffers
Olivier Crête
1
-0
/
+23
2014-01-31
pseudotcp: Implement window scaling for PseudoTCP.
Olivier Crête
1
-117
/
+458
2014-01-31
pseudotcp: Only consolidate recv buffer if it's getting buffer
Olivier Crête
1
-15
/
+45
2014-01-31
pseudotcp: Make it possible to disable the Nagle Algorithm
Olivier Crête
1
-5
/
+44
2013-12-18
Fix strict aliasing of sockaddr structures
Philip Withnall
1
-20
/
+32
2012-02-17
Added fix for Visual Studio platform
Filippo Della Betta
1
-0
/
+11
2012-02-15
Error definitions moved to pseudotcp.h on WIN32 platform
Filippo Della Betta
1
-7
/
+2
2012-02-15
Fix declaration after statement error on VS
Filippo Della Betta
1
-2
/
+3
2011-11-30
Add support for windows's compilation through MinGW
Nader Morshed
1
-24
/
+25
2011-07-07
Merge remote-tracking branch 'main/master'
Youness Alaoui
1
-1
/
+2
2011-03-23
Fix coverity issues, remove possibly NULL dereferencing
Youness Alaoui
1
-2
/
+5
2011-03-08
Print size_t with the right argument
Olivier Crête
1
-1
/
+2
2010-07-15
Please coverity : check if data is not NULL before dereferencing it
Youness Alaoui
1
-1
/
+2
2010-02-16
Add an API to enable/disable debug messages for pseudotcp
Youness Alaoui
1
-69
/
+50
2010-02-16
Fix copyright headers for all files
Youness Alaoui
1
-1
/
+0
2010-02-16
Properly free memory in pseudotcp, and do it in finalize, not in dispose
Youness Alaoui
1
-6
/
+18
2010-02-16
Add pseudotcp docs and fix a bit the API and test
Youness Alaoui
1
-16
/
+13
2010-02-16
Adding pseudotcp implementation, copied from libjingle 0.4
Youness Alaoui
1
-0
/
+1374