2007-09-15 |
Carlos Daniel Ruvalc... | Updated configuration class, added default values and...
|
commit | commitdiff | tree |
2007-09-12 |
Carlos Daniel Ruvalc... | Added proper copyright headers to new configuration...
|
commit | commitdiff | tree |
2007-09-12 |
Carlos Daniel Ruvalc... | Added initial Configuration Class
|
commit | commitdiff | tree |
2007-09-03 |
Carlos Daniel Ruvalc... | touch ChangeLog
|
commit | commitdiff | tree |
2007-09-03 |
Carlos Daniel Ruvalc... | Cleanup of few bits of code
|
commit | commitdiff | tree |
2007-09-03 |
Carlos Daniel Ruvalc... | Update Code Style Guidelines
|
commit | commitdiff | tree |
2007-09-02 |
Carlos Daniel Ruvalc... | Started Documenting Coding Style
|
commit | commitdiff | tree |
2007-08-31 |
Carlos Daniel Ruvalc... | Merge commit '6d02f7e'
|
commit | commitdiff | tree |
2007-08-31 |
Carlos Daniel Ruvalc... | Merge commit 'e2f405b'
|
commit | commitdiff | tree |
2007-08-31 |
Carlos Daniel Ruvalc... | Merge branch 'mob' of git+ssh://repo.or.cz/srv/git...
|
commit | commitdiff | tree |
2007-08-30 |
Carlos Daniel Ruvalc... | Added comments to searchtree
|
commit | commitdiff | tree |
2007-08-30 |
Carlos Daniel Ruvalc... | Updated SocketIPC comments
|
commit | commitdiff | tree |
2007-08-30 |
Carlos Daniel Ruvalc... | Changed Lock from queue server to semaphore, fixes...
|
commit | commitdiff | tree |
2007-08-30 |
Carlos Daniel Ruvalc... | Started commenting ThreadPool code
|
commit | commitdiff | tree |
2007-08-30 |
Carlos Daniel Ruvalc... | Added extra comments to smtp and pop3 server
|
commit | commitdiff | tree |
2007-08-25 |
Carlos Daniel Ruvalc... | Updated Poll code, fixes -wait till enter- bug
|
commit | commitdiff | tree |
2007-08-25 |
Carlos Daniel Ruvalc... | Updated IPC Code
|
commit | commitdiff | tree |
2007-08-25 |
Carlos Daniel Ruvalc... | Started fixing IPC problems with SMTP and QUEUE Server
|
commit | commitdiff | tree |
2007-08-02 |
Carlos Daniel Ruvalc... | Commented POP3 code
|
commit | commitdiff | tree |
2007-08-02 |
Carlos Daniel Ruvalc... | Added the first queue server code
|
commit | commitdiff | tree |
2007-08-02 |
Carlos Daniel Ruvalc... | Updated SMTP code for new IPC calls
|
commit | commitdiff | tree |
2007-08-02 |
Carlos Daniel Ruvalc... | Added new IPC functions
|
commit | commitdiff | tree |
2007-08-02 |
Carlos Daniel Ruvalc... | Updated and cleaned SMTP code, added comments and queue...
|
commit | commitdiff | tree |
2007-08-02 |
Carlos Daniel Ruvalc... | Updated IPC documents
|
commit | commitdiff | tree |
2007-07-31 |
Carlos Daniel Ruvalc... | Minor updates to IPC documentation
|
commit | commitdiff | tree |
2007-07-31 |
Carlos Daniel Ruvalc... | Updated ThreadPool code
|
commit | commitdiff | tree |
2007-07-26 |
Carlos Daniel Ruvalc... | Moved ThreadLoad to Semaphore fixes deadlocking
|
commit | commitdiff | tree |
2007-07-26 |
Carlos Daniel Ruvalc... | Updated semaphore code
|
commit | commitdiff | tree |
2007-07-26 |
Carlos Daniel Ruvalc... | Added Semaphore class
|
commit | commitdiff | tree |
2007-07-26 |
Carlos Daniel Ruvalc... | Added SMTP testing tool
|
commit | commitdiff | tree |
2007-07-26 |
Carlos Daniel Ruvalc... | Added Threaded Load Handler to SMTP server
|
commit | commitdiff | tree |
2007-07-26 |
Carlos Daniel Ruvalc... | Updated threadpool
|
commit | commitdiff | tree |
2007-07-26 |
Carlos Daniel Ruvalc... | Updated threadpool
|
commit | commitdiff | tree |
2007-07-25 |
Carlos Daniel Ruvalc... | Added Threaded Load Handler with Thread Pool
|
commit | commitdiff | tree |
2007-07-25 |
Carlos Daniel Ruvalc... | Added Lock class
|
commit | commitdiff | tree |
2007-07-25 |
Carlos Daniel Ruvalc... | Updated Threads
|
commit | commitdiff | tree |
2007-07-25 |
Carlos Daniel Ruvalc... | Updated thread code
|
commit | commitdiff | tree |
2007-07-25 |
Carlos Daniel Ruvalc... | Started Thread class implementation
|
commit | commitdiff | tree |
2007-07-23 |
Carlos Daniel Ruvalc... | Merge branch 'master' into mob
|
commit | commitdiff | tree |
2007-07-23 |
Carlos Daniel Ruvalc... | Added better address management using inet_ntop and...
|
commit | commitdiff | tree |
2007-07-23 |
Carlos Daniel Ruvalc... | Deleted unused socket.cpp source file
|
commit | commitdiff | tree |
2007-07-23 |
Carlos Daniel Ruvalc... | Added a directory for tools and a todo-list script
|
commit | commitdiff | tree |
2007-07-23 |
Carlos Daniel Ruvalc... | Added SOCKET_NONBLOCK Flag
|
commit | commitdiff | tree |
2007-07-23 |
Carlos Daniel Ruvalc... | Fixed error while parsing Poll return value
|
commit | commitdiff | tree |
2007-07-23 |
Carlos Daniel Ruvalc... | Added simple Poll implementation to PosixSocket
|
commit | commitdiff | tree |
2007-07-23 |
Carlos Daniel Ruvalc... | Added posix socket implementation
|
commit | commitdiff | tree |
2007-07-23 |
Carlos Daniel Ruvalc... | Added socket Poll flags
|
commit | commitdiff | tree |
2007-07-23 |
Carlos Daniel Ruvalc... | Refactored Socket Class
|
commit | commitdiff | tree |
2007-07-23 |
Carlos Daniel Ruvalc... | Added several TODO notices
|
commit | commitdiff | tree |
2007-07-21 |
Carlos Daniel Ruvalc... | SMTP and POP3 servers are standalone only now, eliminated...
|
commit | commitdiff | tree |
2007-07-20 |
Carlos Daniel Ruvalc... | Changed regexes from FullMatch to PartialMatch
|
commit | commitdiff | tree |
2007-07-20 |
Carlos Daniel Ruvalc... | Added argument parsing for MAIL FROM and RCPT TO commands...
|
commit | commitdiff | tree |
2007-07-20 |
Carlos Daniel Ruvalc... | Cut down odkUtils dependency, added standard pcrecpp
|
commit | commitdiff | tree |
2007-07-20 |
Carlos Daniel Ruvalc... | Updated compilation scripts
|
commit | commitdiff | tree |
2007-07-20 |
Carlos Daniel Ruvalc... | Removed odkUtils dependency from IPC code, we now use...
|
commit | commitdiff | tree |
2007-07-20 |
Carlos Daniel Ruvalc... | Added SearchTree memory accounting
|
commit | commitdiff | tree |
2007-07-20 |
Carlos Daniel Ruvalc... | Updated server diagram
|
commit | commitdiff | tree |
2007-07-20 |
Carlos Daniel Ruvalc... | Updates to IPC Message documentation
|
commit | commitdiff | tree |
2007-07-20 |
Carlos Daniel Ruvalc... | Updated IPC Message documentation
|
commit | commitdiff | tree |
2007-07-14 |
Carlos Daniel Ruvalc... | Added new fs mailbox server
|
commit | commitdiff | tree |
2007-07-14 |
Carlos Daniel Ruvalc... | Updated IPC Messages documentation
|
commit | commitdiff | tree |
2007-07-14 |
Carlos Daniel Ruvalc... | Started IPC messages documentation
|
commit | commitdiff | tree |
2007-07-12 |
Carlos Daniel Ruvalc... | Added Raw Read/Write operations to IPC and SocketIPC
|
commit | commitdiff | tree |
2007-07-12 |
Carlos Daniel Ruvalc... | Initial Standalone SMTP server
|
commit | commitdiff | tree |
2007-07-07 |
Carlos Daniel Ruvalc... | Added initial standalone POP3 server
|
commit | commitdiff | tree |
2007-07-05 |
Carlos Daniel Ruvalc... | Updated FSAuth server to new IPC classes
|
commit | commitdiff | tree |
2007-07-05 |
Carlos Daniel Ruvalc... | Updated libfmail IPC code
|
commit | commitdiff | tree |
2007-07-05 |
Carlos Daniel Ruvalc... | Moved SocketIPC to its own file
|
commit | commitdiff | tree |
2007-06-25 |
Carlos Daniel Ruvalc... | Added SocketSet to check for input on sockets using...
|
commit | commitdiff | tree |
2007-06-25 |
Carlos Daniel Ruvalc... | FSAuth server and socket server
|
commit | commitdiff | tree |
2007-06-24 |
Carlos Daniel Ruvalc... | Added file based auth server and IPC code to pop3
|
commit | commitdiff | tree |
2007-06-24 |
Carlos Daniel Ruvalc... | Merge branch 'master' into ipc
|
commit | commitdiff | tree |
2007-06-24 |
Carlos Daniel Ruvalc... | Added a state based IPC parser, which works fine
|
commit | commitdiff | tree |
2007-06-23 |
Carlos Daniel Ruvalc... | Updated socket code, fixed Connect
|
commit | commitdiff | tree |
2007-06-23 |
Carlos Daniel Ruvalc... | Updated IPC code
|
commit | commitdiff | tree |
2007-06-23 |
Carlos Daniel Ruvalc... | Changed compilation scripts
|
commit | commitdiff | tree |
2007-06-23 |
Carlos Daniel Ruvalc... | Merge branch 'master' into ipc
|
commit | commitdiff | tree |
2007-06-23 |
Carlos Daniel Ruvalc... | Fixed function name on searchtree
|
commit | commitdiff | tree |
2007-06-23 |
Carlos Daniel Ruvalc... | Updated IPC code
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Updated IPC code
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Moved pop3 to SearchTree
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Merge branch 'master' into mob
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Moved pop3 to new SearchTree
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Moved STMP to search tree, added exceptions to searchtree
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Added GPL headers
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Added searchtree to includes
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Added generic search tree
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Added mob README
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Added basic code for loading a protocol and start the...
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Added basic compilation script
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Fixed include problems
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Updated protocols
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Added license file
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Added initial pop3 and smtp dummy protocol implementation
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Deleted useless files
|
commit | commitdiff | tree |
2007-06-22 |
Carlos Daniel Ruvalc... | Initial Revision
|
commit | commitdiff | tree |