]> mj.ucw.cz Git - libucw.git/history - lib/mainloop.c
install sorter-globals.h header
[libucw.git] / lib / mainloop.c
2007-04-23 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-12 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-08 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-16 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-13 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-02 Martin MaresReplaced %L by %ll, the former is obsolete and specific...
2006-02-22 Martin MaresMerged from rel-3-8:
2006-02-22 Martin MaresHmm, there was one reference to mp->pid, but the ASSERT...
2006-02-22 Martin MaresDon't reset the pid field on process_del(), it's not...
2006-01-20 Martin Maresmain_init() really re-initializes everything. Previousl...
2006-01-16 Martin MaresCleaned up includes.
2005-11-14 Martin MaresChanged main_loop shutdown logic once again. The former...
2005-11-13 Martin MaresMade main_loop() exit if there is nothing to do.
2005-11-08 Martin Maresmain_get_timer() made public.
2005-11-07 Martin MaresIf there are no more filehandles and a timer or event...
2005-04-01 Martin MaresAdded file_close_all().
2005-03-04 Martin MaresMainloop timers are now measured in milliseconds. Will...
2004-12-11 Martin MaresChanged all references to Sherlock Library by UCW Library.
2004-10-29 Martin MaresChanged DEBUG to CONFIG_DEBUG to avoid conflicts with...
2004-04-10 Martin MaresUse format_exit_status(). One more ASSERT.
2004-04-10 Martin MaresAdded one more check.
2004-04-08 Martin MaresMore enhancement to the main loop library: Export all...
2004-04-08 Martin MaresRead and write functions accept void pointers instead...
2004-04-07 Martin MaresAdded a universal main loop with timers, file descripto...