index
:
~fziglio/spice-gtk
client_sync
english_keyboard
qos_testing
recorder_evaluation
streaming
toso_usb
webdav
yuri_propagate
spice-gtk working repository
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
spice-channel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-23
Add support for SNI connecting trough TLS
Frediano Ziglio
1
-0
/
+13
2021-04-09
Add some ABI size checks for what we are modifying next
Marc-André Lureau
1
-0
/
+2
2020-09-15
spice-channel: Reuse channel
Frediano Ziglio
1
-1
/
+1
2020-08-12
coroutine: Remove "release" field
Frediano Ziglio
1
-1
/
+0
2020-08-12
spice-channel: Compute correct network wait condition after SSL_connect error
Frediano Ziglio
1
-1
/
+1
2020-08-12
spice-channel: Factor out a function to compute GIOCondition from OpenSSL error
Frediano Ziglio
1
-8
/
+14
2020-05-06
spice-channel: Read all available data from SASL buffer
Gilmar Santos Jr
1
-7
/
+6
2020-04-09
Replace emacs modeline with .editorconfig
Marc-André Lureau
1
-1
/
+0
2020-01-23
Revert "channel: Abort migration in delayed unref"
Victor Toso
1
-8
/
+0
2019-01-05
channel: no need to reset local caps on reset
Marc-André Lureau
1
-16
/
+0
2018-11-29
spice-channel: Avoid some buffer reading overflows
Frediano Ziglio
1
-1
/
+12
2018-11-29
spice-channel: Check minumum size of peer_msg
Frediano Ziglio
1
-0
/
+5
2018-11-22
spice-channel: Avoids spice_channel_read_wire returning success
Frediano Ziglio
1
-1
/
+1
2018-11-22
spice-channel: Add some comment to spice_channel_read
Frediano Ziglio
1
-0
/
+2
2018-11-21
spice-channel: Adjust endianness in a single place for link message
Frediano Ziglio
1
-3
/
+9
2018-11-20
spice-channel: Use unsigned for num_caps
Frediano Ziglio
1
-2
/
+3
2018-11-20
spice-channel: Remove useless peer_pos
Frediano Ziglio
1
-5
/
+2
2018-09-28
proto: Remove support for SPICE version 1
Frediano Ziglio
1
-15
/
+2
2018-09-26
spice-channel: Properly error out if reconnect fails
Victor Toso
1
-4
/
+8
2018-08-02
Remove simicolon from G_DEFINE_TYPE_ macros
Victor Toso
1
-1
/
+1
2018-06-26
Fix build for newer LibreSSL
Frediano Ziglio
1
-1
/
+2
2018-06-08
Replace GET_PRIVATE macros with generated get_private
Marc-André Lureau
1
-7
/
+1
2018-06-08
Use new GObject define macros with private
Marc-André Lureau
1
-2
/
+1
2018-06-04
spice-channel: Fix endianness for SASL authentication
Frediano Ziglio
1
-5
/
+11
2018-06-04
spice-channel: Allows to connect from a big endian machine
Frediano Ziglio
1
-2
/
+2
2018-04-16
spice-channel: Make some conditional code more readable
Frediano Ziglio
1
-5
/
+4
2018-04-05
spice-channel: Disable TLS v1.0
Frediano Ziglio
1
-1
/
+1
2018-03-02
Don't exceed one statement per line
Victor Toso
1
-2
/
+5
2018-01-23
Fix build with LibreSSL
Paweł Pękala
1
-1
/
+1
2017-08-17
channel: don't call memcpy with NULL dest
Marc-André Lureau
1
-0
/
+3
2017-08-17
channel: pass the size to store_caps
Marc-André Lureau
1
-7
/
+8
2017-08-16
channel: return "unknown" in spice_channel_type_to_string()
Marc-André Lureau
1
-1
/
+1
2017-06-30
spice-channel: Factor out code for storing caps
Pavel Grunt
1
-14
/
+20
2017-06-29
spice-channel: Store the caps correctly
Pavel Grunt
1
-1
/
+2
2017-06-20
Avoid clang warnings on casts with stricter alignment requirements
Christophe de Dinechin
1
-10
/
+15
2017-05-31
Remove link_msg from _SpiceChannelPrivate
Frediano Ziglio
1
-8
/
+9
2017-04-26
Remove redundant space from error message
snir sheriber
1
-1
/
+1
2017-03-27
authentication: Handle failed spice authentication
snir sheriber
1
-5
/
+5
2017-03-27
authentication: Handle failed SASL authentication separately
snir sheriber
1
-17
/
+27
2017-03-02
spice_channel_read_wire: move variables to internal scope
Victor Toso
1
-3
/
+6
2017-03-02
spice_channel_read_wire: prefer while(TRUE) instead of goto
Victor Toso
1
-17
/
+18
2017-03-02
spice-channel: move out non blocking logic of _flush_wire()
Victor Toso
1
-25
/
+48
2017-03-02
spice-channel: move out non blocking logic of _read_wire()
Victor Toso
1
-11
/
+34
2017-02-17
channel: Move local variables to inner block
Christophe Fergeau
1
-4
/
+5
2017-01-11
ssl: Use accessors rather than direct struct access
Sebastian Andrzej Siewior
1
-1
/
+10
2017-01-11
ssl: Stop creating our own X509_LOOKUP_METHOD
Sebastian Andrzej Siewior
1
-9
/
+4
2016-08-26
channel: add read-only socket property
Marc-André Lureau
1
-0
/
+23
2016-08-19
Initialise gettext library properly
Frediano Ziglio
1
-1
/
+1
2016-06-15
sasl: fix SASL GSSAPI by allowing NULL username
Alexander Bokovoy
1
-5
/
+4
2016-06-01
Fix many -Werror=format warnings
Marc-André Lureau
1
-25
/
+25
[next]