index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-sockets.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-18
build: replace weak symbols with a static library
Paolo Bonzini
1
-22
/
+0
2012-11-02
compiler: support Darwin weak references
Paolo Bonzini
1
-18
/
+22
2012-10-30
iohandler: add weak alias in qemu-sockets.c, for qemu-ga
Paolo Bonzini
1
-0
/
+11
2012-10-30
sockets: use weak aliases instead of qemu-tool.c
Paolo Bonzini
1
-0
/
+7
2012-10-23
qemu-sockets: add socket_listen, socket_connect, socket_parse
Paolo Bonzini
1
-0
/
+99
2012-10-23
qemu-sockets: return InetSocketAddress from inet_parse
Paolo Bonzini
1
-42
/
+79
2012-10-23
qemu-sockets: add error propagation to Unix socket functions
Paolo Bonzini
1
-8
/
+8
2012-10-23
qemu-sockets: add error propagation to inet_parse
Paolo Bonzini
1
-20
/
+21
2012-10-23
qemu-sockets: add error propagation to inet_dgram_opts
Paolo Bonzini
1
-26
/
+8
2012-10-23
qemu-sockets: add error propagation to inet_connect_addr
Paolo Bonzini
1
-9
/
+6
2012-10-23
qemu-sockets: include strerror or gai_strerror output in error messages
Paolo Bonzini
1
-21
/
+9
2012-10-23
qemu-sockets: add nonblocking connect for Unix sockets
Paolo Bonzini
1
-13
/
+64
2012-10-23
qemu-sockets: unix_listen and unix_connect are portable
Paolo Bonzini
1
-32
/
+17
2012-10-23
qemu-sockets: add Error ** to all functions
Paolo Bonzini
1
-11
/
+11
2012-10-05
cleanup useless return sentence
Amos Kong
1
-1
/
+0
2012-10-05
qemu-sockets: Fix compiler warning (regression for MinGW)
Stefan Weil
1
-1
/
+1
2012-09-25
Fix address handling in inet_nonblocking_connect
Orit Wasserman
1
-24
/
+105
2012-09-25
Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect
Orit Wasserman
1
-10
/
+48
2012-09-25
Refactor inet_connect_opts function
Michael S. Tsirkin
1
-63
/
+85
2012-09-23
qemu-sockets: Fix potential memory leak
Stefan Weil
1
-1
/
+1
2012-08-13
migration: don't rely on any QERR_SOCKET_*
Luiz Capitulino
1
-2
/
+0
2012-08-13
net: inet_connect(), inet_connect_opts(): add in_progress argument
Luiz Capitulino
1
-3
/
+11
2012-08-03
socket: clean up redundant assignment
Amos Kong
1
-1
/
+0
2012-07-29
place qemu-sockets.c contributions since 2012-01-13 under GPLv2+
Paolo Bonzini
1
-0
/
+3
2012-06-04
qemu-option: qemu_opts_create(): use error_set()
Luiz Capitulino
1
-4
/
+4
2012-05-10
sockets: use error class to pass listen error
Amos Kong
1
-3
/
+14
2012-05-10
sockets: change inet_connect() to support nonblock socket
Amos Kong
1
-6
/
+37
2012-02-24
sockets: Clean up inet_listen_opts()'s convoluted bind() loop
Markus Armbruster
1
-8
/
+6
2012-02-24
sockets: Drop sockets_debug debug code
Markus Armbruster
1
-41
/
+2
2011-11-11
qemu-sockets: Plug fd leak on unix_connect_opts() error path
Markus Armbruster
1
-0
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-04-07
Set errno=ENOTSUP for attempts to use UNIX sockets on Windows platforms
Nick Thomas
1
-0
/
+4
2010-05-18
qemu-sockets: avoid strlen of NULL pointer
Jens Osterkamp
1
-1
/
+2
2010-04-09
move socket_init to qemu-sockets.c
Paolo Bonzini
1
-0
/
+24
2010-02-10
fix inet_parse typo
Marcelo Tosatti
1
-4
/
+4
2010-01-20
net: inet_strfamily(): Better unknown family report
Luiz Capitulino
1
-1
/
+1
2010-01-20
net: Make inet_strfamily() public
Luiz Capitulino
1
-1
/
+1
2009-12-03
Don't leak file descriptors
Kevin Wolf
1
-5
/
+5
2009-09-12
Add 'static'
Blue Swirl
1
-1
/
+1
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-1
/
+1
2009-09-11
convert udp chardev to QemuOpts.
Gerd Hoffmann
1
-0
/
+114
2009-09-11
sockets: add inet_listen_opts
Gerd Hoffmann
1
-55
/
+48
2009-09-11
sockets: add inet_connect_opts
Gerd Hoffmann
1
-33
/
+96
2009-09-11
sockets: add unix_*_opts for windows.
Gerd Hoffmann
1
-0
/
+12
2009-09-11
sockets: add unix_listen_opts
Gerd Hoffmann
1
-14
/
+33
2009-09-11
sockets: add unix_connect_opts
Gerd Hoffmann
1
-1
/
+33
2009-05-08
Fix in file qemu-sockets.c
vibi
1
-30
/
+32
2009-01-14
Fix some more warnings
blueswir1
1
-1
/
+1
2008-11-22
Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger
blueswir1
1
-2
/
+3
2008-11-13
copyright & license for qemu_sockets.c (Gerd Hoffman)
aliguori
1
-0
/
+14
[next]