Граф коммитов

2404 Коммитов

Автор SHA1 Сообщение Дата
dcristoloveanu 5e74a2a6cf Address CR comments for xio changes 2015-12-22 10:30:17 -08:00
dcristoloveanu 49d8c12ff4 Untabify xio.c 2015-12-21 22:34:38 -08:00
dcristoloveanu 78a07c0dd8 Untabilfy tlsio files 2015-12-21 22:33:28 -08:00
dcristoloveanu 699baac1de Untabify SOCketio win32 and xio unittests 2015-12-21 22:29:31 -08:00
dcristoloveanu 3eaa308d7d Untabify socketio_mbed.c 2015-12-21 22:25:51 -08:00
Dan Cristoloveanu b6e23feff1 Make socketio mbed build again 2015-12-21 22:07:15 -08:00
Dan Cristoloveanu 4870ed53a1 Add tcpsocketconnection_close to the mbed header 2015-12-21 22:06:18 -08:00
dcristoloveanu 17ad001d0b Update tlsio_openssl to fire open_complete callbacks 2015-12-21 15:28:15 -08:00
dcristoloveanu cd47db1825 Update all socketio modules to the new async xio model 2015-12-21 11:57:05 -08:00
dcristoloveanu b6c17cc4b4 Update socketio_berkeley to confirm to the new async xio interface 2015-12-21 11:46:16 -08:00
dcristoloveanu 9fa1700fa2 Rearrange functions in tlsio_openssl and tlsio_schannel to get rid of warnings 2015-12-21 11:38:02 -08:00
dcristoloveanu 90f6aa0b36 Update tlsio_openssl to close the underlying IO when the handshake fails. 2015-12-21 11:35:07 -08:00
dcristoloveanu 57262c7ffb Call xio_close in case the underlying open_complete indicates a failure. 2015-12-21 11:32:07 -08:00
dcristoloveanu b5fbef058b Make tlsio_openssl compile 2015-12-21 11:29:18 -08:00
Dan Cristoloveanu d47ac9ba3d Some changes to tlsio_openssl for the xio async API 2015-12-20 22:54:31 -08:00
dcristoloveanu 7299f9b6a3 Update wolfssl IO implementation to use callbacks for open_complete/close_complete, etc. 2015-12-18 15:52:35 -08:00
Dan Cristoloveanu dfd5d38093 Fix socketio unittests 2015-12-17 22:05:52 -08:00
Dan Cristoloveanu 3edfd23324 Fix xio unit tests 2015-12-17 21:56:23 -08:00
Dan Cristoloveanu 1c3bcf2e73 Update socketio and tlsio_schannel to use explicit completion callbacks rather than the generic state changed changed 2015-12-17 21:51:13 -08:00
Dan Cristoloveanu 189a93c5b2 Update xio header to have specific events fired 2015-12-17 20:51:39 -08:00
Jelani 238311f99a Merge branch 'develop' 2015-12-17 13:04:08 -08:00
Jelani bc72cdc729 Remove_unused_macros 2015-12-17 12:20:22 -08:00
Jelani d874edba87 Merge branch 'develop' 2015-12-17 12:09:45 -08:00
Jelani a81b7c143d Update project to build with CE 2015-12-17 10:51:48 -08:00
Bert Kleewein 915172a0b4 Fix build to work with GCC 4.6.3 2015-12-16 11:47:49 -08:00
Jelani f5bcd5a85b Fix readme text 2015-12-10 14:59:00 -08:00
Rajasekharan Vengalil 836b3354f8 Change INC_REF/DEC_REF to use atomic pre-increment/pre-decrement 2015-12-09 17:47:39 -08:00
Jelani 393880b172 Merge branch 'master' of https://github.com/Azure/azure-c-shared-utility.git 2015-12-08 17:06:23 -08:00
Jelani 8ffaf10523 Update CMake Files 2015-12-08 17:06:10 -08:00
anporumb fc85d7efc3 Merge branch 'master' of https://github.com/Azure/azure-c-shared-utility 2015-12-08 10:43:25 -08:00
anporumb b71f48de03 after CR 2015-12-08 10:42:40 -08:00
Jelani c6ed596ee8 Update CmakeList to include pthreads 2015-12-07 14:25:40 -08:00
Jelani 05713ff63a Merge branch 'master' of https://github.com/Azure/azure-c-shared-utility 2015-12-07 13:00:01 -08:00
Jelani ab6e83b563 Fix the line ending of a linux file 2015-12-07 12:58:21 -08:00
Jelani 1d95cd3d12 Update io to recieve unsigned char instead of void* 2015-12-07 12:56:16 -08:00
anporumb 40e70cc534 should be static in the module 2015-12-07 00:03:37 -08:00
anporumb 3e92642bd2 refcount with unittests 2015-12-06 22:38:43 -08:00
Jelani a7809e8fc0 Update library to use the new and exciting xlogging header 2015-12-04 15:54:19 -08:00
Dan Cristoloveanu d856e3fbef Update socketio_win32 to set the state to open when a socket was already bound to the IO 2015-12-03 23:47:07 -08:00
Dan Cristoloveanu 9ae798690d Merge branch 'my_test_branch' 2015-12-03 23:14:48 -08:00
Dan Cristoloveanu 8e07f1d665 Update xio interface to have const unsigned char* instead of const void* for the ON_BYTES_RECEIVED callback 2015-12-03 23:11:09 -08:00
Dan Cristoloveanu 266cca0d1b Update IOs to pass NULL as accepted_socket when creating a socketio 2015-12-02 23:16:21 -08:00
Dan Cristoloveanu 75341e8215 socketio minor changes to have the socket as argument in the config structure 2015-12-02 22:32:34 -08:00
Dan Cristoloveanu 266433f2d1 Merge branch 'master' of https://github.com/Azure/azure-c-shared-utility.git 2015-11-30 22:54:25 -08:00
Dan Cristoloveanu 79cd3549ca Minor fix in tlsio_schannel not to trigger multiple state updates to OPEN. 2015-11-30 22:54:14 -08:00
Jelani 7c29962601 Merge branch 'master' of https://github.com/Azure/azure-c-shared-utility.git 2015-11-29 11:07:57 -08:00
Jelani fe2a4879cb Added a BUFFER_prepend function 2015-11-29 11:07:24 -08:00
Dan Cristoloveanu 2de1057cba Merge branch 'master' of https://github.com/Azure/azure-c-shared-utility.git 2015-11-27 14:58:35 -08:00
Dan Cristoloveanu 8c566b7b39 Add missing unit tests and requirements for list_remove 2015-11-27 14:58:24 -08:00
Dan Cristoloveanu 0195e29c9a Create README.md 2015-11-27 12:18:53 -08:00