HomeAutomation
hardware
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HomeAutomation
(root)
/
trunk
/
PcSoftware
/
Atom
/
VM
/
socketthread.cpp
@ 1012
– Rev 0
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
SVN
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
999
6459 d 21 h
runge
/trunk/PcSoftware/Atom/
Atom: New command interface and some other stuff
/trunk/PcSoftware/Atom/Services/System/Console.js
/trunk/PcSoftware/Atom/Services/System/TextTable.js
/trunk/PcSoftware/Atom/Socket/server.cpp
/trunk/PcSoftware/Atom/Socket/server.h
/trunk/PcSoftware/Atom/Socket/socketeventcallback.cpp
/trunk/PcSoftware/Atom/Socket/socketeventcallback.h
/trunk/PcSoftware/Atom/VM/commandthread.cpp
/trunk/PcSoftware/Atom/VM/commandthread.h
/trunk/PcSoftware/Atom/VM/expression.h
/trunk/PcSoftware/Atom/singleton.cpp
/trunk/PcSoftware/Atom/singleton.h
/trunk/PcSoftware/Atom/CanNet/candebug.cpp
/trunk/PcSoftware/Atom/CanNet/candebug.h
/trunk/PcSoftware/Atom/CanNet/canmessage.cpp
/trunk/PcSoftware/Atom/CanNet/canmessage.h
/trunk/PcSoftware/Atom/CanNet/cannetmanager.cpp
/trunk/PcSoftware/Atom/CanNet/cannetmanager.h
/trunk/PcSoftware/Atom/Services/Can/BusVoltage.js
/trunk/PcSoftware/Atom/Services/Can/DS18x20.js
/trunk/PcSoftware/Atom/Services/Can/Debug.js
/trunk/PcSoftware/Atom/Services/Can/HD44789.js
/trunk/PcSoftware/Atom/Services/Can/SimpleDTMF.js
/trunk/PcSoftware/Atom/Services/Can/irReceive.js
/trunk/PcSoftware/Atom/Services/Logic/SensorPrint.js
/trunk/PcSoftware/Atom/Services/System/Base.js
/trunk/PcSoftware/Atom/Services/System/CanService.js
/trunk/PcSoftware/Atom/Services/System/Service.js
/trunk/PcSoftware/Atom/Services/System/ServiceManager.js
/trunk/PcSoftware/Atom/Services/System/Startup.js
/trunk/PcSoftware/Atom/Socket/asyncsocket.cpp
/trunk/PcSoftware/Atom/Socket/asyncsocket.h
/trunk/PcSoftware/Atom/TODO.txt
/trunk/PcSoftware/Atom/Threads/thread.h
/trunk/PcSoftware/Atom/VM/socketthread.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h
/trunk/PcSoftware/Atom/atom.conf.template
/trunk/PcSoftware/Atom/main.cpp
/trunk/PcSoftware/Atom/nbproject/Makefile-Debug.mk
/trunk/PcSoftware/Atom/nbproject/Makefile-Release.mk
/trunk/PcSoftware/Atom/nbproject/configurations.xml
984
6465 d 19 h
runge
/trunk/PcSoftware/Atom/
Cleaned up socket code much and fixed the damned makefiles that keeps getting screwed
/trunk/PcSoftware/Atom/Socket/socketevent.h
/trunk/PcSoftware/Atom/CanNet/candebug.cpp
/trunk/PcSoftware/Atom/CanNet/candebug.h
/trunk/PcSoftware/Atom/CanNet/cannetmanager.cpp
/trunk/PcSoftware/Atom/Services/Other/OnlinePhonebook.js
/trunk/PcSoftware/Atom/Services/System/Base.js
/trunk/PcSoftware/Atom/Services/System/HTTP.js
/trunk/PcSoftware/Atom/Socket/asyncsocket.cpp
/trunk/PcSoftware/Atom/Socket/asyncsocket.h
/trunk/PcSoftware/Atom/VM/socketthread.cpp
/trunk/PcSoftware/Atom/VM/socketthread.h
/trunk/PcSoftware/Atom/nbproject/Makefile-Debug.mk
/trunk/PcSoftware/Atom/nbproject/Makefile-Release.mk
/trunk/PcSoftware/Atom/nbproject/configurations.xml
983
6467 d 23 h
runge
/trunk/PcSoftware/Atom/
Atom: Rewrote much of the socketstuff to make it easier and have less errors... needs more cleanups but works at least
Atom: The OnlinePhonebook works very good now it seems
Atom: Nothing is printed to syslog now... there where complications with threads, will fix this later
Atom: Can Debug also works very nicely
/trunk/PcSoftware/Atom/CanNet/candebug.cpp
/trunk/PcSoftware/Atom/CanNet/canmessage.h
/trunk/PcSoftware/Atom/CanNet/cannetmanager.cpp
/trunk/PcSoftware/Atom/Services/Other/OnlinePhonebook.js
/trunk/PcSoftware/Atom/Services/System/HTTP.js
/trunk/PcSoftware/Atom/Services/System/Socket.js
/trunk/PcSoftware/Atom/Socket/asyncsocket.cpp
/trunk/PcSoftware/Atom/Socket/asyncsocket.h
/trunk/PcSoftware/Atom/SyslogStream/syslogstream.cpp
/trunk/PcSoftware/Atom/Threads/thread.h
/trunk/PcSoftware/Atom/VM/socketthread.cpp
/trunk/PcSoftware/Atom/VM/socketthread.h
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h
976
6469 d 20 h
runge
/trunk/PcSoftware/Atom/
Atom: Added the ability for the async socket to resolve domain names
Atom: Added system for working with async sockets from javascript
Atom: Implemented a rough HTTP class in javascript that uses the sockets
Atom: Started an implementation for looking up names from phonenumbers via hitta.se, needs parsing of html to be complete
Atom: A lot of other small changes to Atom
Atom: Bumped Atom to version 0.3
/trunk/PcSoftware/Atom/Services/Other
/trunk/PcSoftware/Atom/Services/Other/OnlinePhonebook.js
/trunk/PcSoftware/Atom/Services/System/HTTP.js
/trunk/PcSoftware/Atom/Services/System/Socket.js
/trunk/PcSoftware/Atom/VM/socketthread.cpp
/trunk/PcSoftware/Atom/VM/socketthread.h
/trunk/PcSoftware/Atom/CanNet/canidtranslator.cpp
/trunk/PcSoftware/Atom/CanNet/canmessage.cpp
/trunk/PcSoftware/Atom/CanNet/cannetmanager.cpp
/trunk/PcSoftware/Atom/Services/System/Startup.js
/trunk/PcSoftware/Atom/Settings/settings.cpp
/trunk/PcSoftware/Atom/Socket/asyncsocket.cpp
/trunk/PcSoftware/Atom/SyslogStream/syslogstream.cpp
/trunk/PcSoftware/Atom/SyslogStream/syslogstream.h
/trunk/PcSoftware/Atom/TODO.txt
/trunk/PcSoftware/Atom/Threads/semaphore.h
/trunk/PcSoftware/Atom/Tools/tools.cpp
/trunk/PcSoftware/Atom/Tools/tools.h
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h
/trunk/PcSoftware/Atom/main.cpp
/trunk/PcSoftware/Atom/nbproject/Makefile-Debug.mk
/trunk/PcSoftware/Atom/nbproject/Makefile-Release.mk
/trunk/PcSoftware/Atom/nbproject/configurations.xml
/trunk/PcSoftware/Atom/version.h