summaryrefslogtreecommitdiff
path: root/SDL_Core/src
Commit message (Expand)AuthorAgeFilesLines
* bitstream: Don't call vector::front() on an empty vectorBrendan Shanks2014-04-022-2/+8
* event_dispatcher: Don't advance STL iterator already at end()Brendan Shanks2014-04-021-2/+6
* request_controller: Don't advance STL iterator already at end()Brendan Shanks2014-04-021-1/+3
* connection_handler_impl: Don't re-use erased STL iteratorBrendan Shanks2014-03-211-3/+7
* Mac: use system() and osascript to launch the web HMI in ChromeBrendan Shanks2014-03-201-0/+20
* threaded_socket_connection: Fix operator precedence error found by clangBrendan Shanks2014-03-201-1/+1
* Fix capitalization on src/components/{Interfaces,Utils}Brendan Shanks2014-03-2041-0/+0
* OSX: uses SO_NOSIGPIPE instead of MSG_NOSIGNALJustin Dickow2014-03-201-2/+9
* pthread_setname_np doesn't take a reference to the handler on mac. May need ...Justin Dickow2014-03-201-0/+4
* include unistd.h for usleep()Justin Dickow2014-03-191-0/+1
* Only add libusb if BUILD_USB_SUPPORT flag is yesJustin Dickow2014-03-191-6/+6
* Only link rt on linuxJustin Dickow2014-03-191-1/+3
* replace clock_getting() with gettimeofday()Justin Dickow2014-03-191-2/+22
* Missing pthread.h includesJustin Dickow2014-03-192-0/+3
* Note - possibly need to set send timeout as wellJustin Dickow2014-03-191-0/+1
* setsockopt: use SO_RCVTIMEO instead of TCP_USER_TIMEOUTJustin Dickow2014-03-191-1/+1
* tcp_client_listener: remove tcp_var.h, change TCP_KEEPIDLE to TCP_KEEPALIVEJustin Dickow2014-03-191-2/+8
* Changed heart beat to 0Justin Dickow2014-03-191-1/+1
* compare app_id as unsigned intJustin Dickow2014-03-191-11/+11
* initial commit for API 3.0 (replaced all)Justin Dickow2014-03-184691-376738/+261568
* Added OpenSSL patch and validated against 12.04 64-bitrelease_1.0Julius Marchwicki2013-08-197-190/+25
* Removed Ford specific URLKevin Burdette2013-04-241-2/+2
* Initial Ford commit with Core and Proxieskhburdette2013-04-193057-0/+641765