Commit graph

107 commits

Author SHA1 Message Date
Jan Lindemann
4b606a767a Release 1.1.10-1
- Fix build with some broken LOCAL_PREREQ definitions
  - Base: - bugfix in file_basename()
          - Add - Remove_command_line_option()
                  - Asciify()
                  - Parse_geometry_string()
                  - Ytools_strtok_r()
                  - Vslog()
                  - Ftruncate() for windows
  - Inifile: - bugfix in dump()
  - YApplication: newly added MVC framework
  - Make: - Move compiler optimization and such from project dirs into defs.mk.in
2006-03-03 13:02:56 +00:00
Jan Lindemann
48ade6d98b CHANGES, Makefile: Add YApplication MVC framework 2006-01-14 19:27:07 +00:00
Jan Lindemann
6fb6240bab Release 1.1.10-1
- New version number for preserving previous version
2005-12-19 16:19:24 +00:00
Jan Lindemann
5bcc25939c Release 1.1.10-0
- YError: - Add setFile() and setLine() methods
  - YOptString: - newly added
  - Usrv: - Fix crash due to race in unregistering from connection list
          - Fix memory leaks in YServer.cpp
          -  Major rewrite and renaming of classes
          - Optimized memory management
          - Add memory debugger
  - Misc: - Log mpatrol mem_dump() to syslog
  - Contr: - Add module YLifo
  - YOsc: - rewrite
  - Slog, platform, misc unified into module base
  - YThread: - Add setFlags(), addFlags(), delFlags() and changed setName() to
               avoid deadlock
  - Inifile: - Support quoted strings as values
             - Add inifile_val() and inifile_str() macros
  - Scripts: - some fixes to cvs_mail.sh
  - Make: - some indentation cleanup in defs.mk.in
          - Make all targets depend on all.done
          - Fix plugin.mk
  - Platform: - Add winerrno.h; will be removed again
2005-12-05 12:37:31 +00:00
Jan Lindemann
4ff2523a62 contr: - Add module YLifo 2005-11-12 14:47:31 +00:00
Jan Lindemann
dbef9eac5f CHANGES: Update
YError: - Add setFile() and setLine() methods
- YOptString: newly added
- Usrv: - Fix memory leaks in YServer.cpp
        - Optimized memory management
        - Add memory debugger
- Misc: - Log mpatrol mem_dump() to syslog
2005-09-07 15:00:11 +00:00
Jan Lindemann
0855a4efd6 CHANGES: Update
- Uclnt: - Added YMsgDispatcher::getAddress()
           - Add getCount()
           - Add instance count to thread names
           - Make some getXX() functions const
  - Slog: - Now not logging date, process id, id to console anylonger by default
          - Introduced mutex to be able to use static buffer
2005-03-21 11:49:56 +00:00
Jan Lindemann
c0f452150e uclnt: Add YMsgDispatcher::getAddress() 2005-03-10 15:08:45 +00:00
Jan Lindemann
edab2f1762 Release 1.1.8-4-dev
- Add support for QT ui generation from .ui files
2005-01-18 19:18:19 +00:00
Jan Lindemann
d36e53a916 CHANGES: Update
contr Y2WayMap:
  - Fix typedef foo_t to typedef typename foo_t
  - Add dummy Y2WayMap.cpp to make Y2WayMap fail in ytools directory if buggy
2005-01-10 14:37:16 +00:00
Jan Lindemann
848758167e scripts: Call nice -10 on cptree.sh 2005-01-08 19:05:35 +00:00
Jan Lindemann
c7ed36c183 CHANGES: Update
uclnt: Continue write on EWOULDBLOCK, TODO: use select(), or, at
least, implement a timeout
2004-12-14 21:35:23 +00:00
Jan Lindemann
c13af90bd0 Release 1.1.8-3
- Make/rpmdist.mk: Add target ftag
  - Slog: Log hint about initlog() being deprecated
  - YThread: Log pthread_self() on entering thread
  - Misc: Add pthread_self_str()
  - YStopWatchThreadList: Fix generate_function_timer to work with SuSE 9.1 sed
  - Usrv: bugfix, server not quitting anylonger after termination of child
2004-12-14 20:34:05 +00:00
Jan Lindemann
64f194bcf2 Release 1.1.8-2
- Merge changes of V_1_1_5-2F3 -> V_1_1_5-2F4
2004-11-28 12:26:49 +00:00
6d632a7842 CHANGES: Update 2004-10-23 19:53:06 +00:00
Jan Lindemann
d7f69ef743 msgfmt: Bugfix, fmt_user was not correctly recognized, breaking up_format.c 2004-09-14 18:00:04 +00:00
Jan Lindemann
aa4bc767d9 $(TOPDIR), make, scripts: Merged changes of V_1_1_5-2 -> V_1_1_5-2F3 2004-09-04 19:46:32 +00:00
Jan Lindemann
5a4a2367c8 devutil/jcs and make: Add an EXTRAVERSION string to uname -r 2004-08-18 18:09:20 +00:00
Jan Lindemann
13c9f1b15e CHANGES: Update
- Devutil/jcs and make: Add support for specifying a bootlabel in kernel
  - Rpm build process; added asm to asm-$ARCH link in kernel include
2004-08-18 12:43:55 +00:00
Jan Lindemann
ae6eddd1e1 CHANGES: Update
Merge changes from V_1_1_5_2_FIXES and correct YStopWatchThreadList
related issues
2004-07-29 12:32:16 +00:00
Jan Lindemann
65abd880b6 uclnt: Fix uncaught exception during YMsgDispatcher::_dispatchEvent() 2004-04-28 19:04:50 +00:00
Jan Lindemann
a1d0854484 slog: Add possibility for multiple nested slog_open() calls 2004-04-21 00:07:04 +00:00
Jan Lindemann
7067725092 $(TOPDIR), make: Merged changes of V_1_1_7_1_JL 2004-04-20 16:48:50 +00:00
Jan Lindemann
b7fafdbcf8 make: Add linux-rpm.mk 2004-02-11 19:25:10 +00:00
Jan Lindemann
61db450ad1 make: Support local.mk 2004-02-11 12:25:21 +00:00
Jan Lindemann
7720231ed2 CHANGES: Update
- Slog: Support callstack traces
  - Uclnt/usrv: Support application defined down_terminate messages
  - YMutex: Make YDummyMutex YDebugMutex and made it lock again
2004-02-09 23:39:05 +00:00
Jan Lindemann
2b606ea66e YThread: Add getFlags(), setFlags(), addFlags(), delFlags() 2004-01-20 11:53:16 +00:00
Jan Lindemann
ce14669422 CHANGES: Update
YMutex: Add derived YDummyMutex class for debugging
- Usrv: Understand up_terminate and sending back down_terminate
        triggering on_close_connection()
- Uclnt: bugfix: did not correctly deal with empty messages
- Uclnt: big rewrite (again), Use five threads beside the main thread:
  - YStateMagager: managing all the state changes
  - YInDispatcher: reading inbound messages from the network and passing them
                   on either to YCbQueue or to YMsgWindowQueue
  - YOutQueue: queuing outbound messages
  - YCbQueue: queing messages for all callbacks except onError()
  - YMsgWindowQueue: queing messages for onError()
- YStopWatch: bugfix, was alarmed by to long step times, even if step times
  was off
2004-01-19 16:34:23 +00:00
Jan Lindemann
a9ce7b075b CHANGES: Update
make: moved trace and other options from ytools.mk.in into defs.mk.in
  to make them visible for other projects, too
2004-01-14 20:39:03 +00:00
Jan Lindemann
5d2dffa5e9 CHANGES: Update
- YThread: Big redesign, mostly because everything is now
    handled in one giant switch / case statement
  - Slog: Log timestamps to console, too
  - Slog: Add get_log_prio_str()
  - Misc: Add pthread_join_strerror()
  - YError: nicer timestamps
  - YQueue: bugfix in ETIMEDOUT
2004-01-13 02:07:45 +00:00
Jan Lindemann
41f0ecd062 CHANGES: Add getDateStr() 2003-12-21 15:41:15 +00:00
Jan Lindemann
7b38a6d87b CHANGES: Add hdr to scripts/devutils 2003-12-21 11:52:06 +00:00
Jan Lindemann
b96b1b7e37 $(TOPDIR), make: Preserving targets over config target invocation 2003-12-21 11:11:13 +00:00
Jan Lindemann
c12218071e tex/*_technical: Beautify hyperlinks and stuff 2003-08-14 11:52:47 +00:00
Jan Lindemann
26eb45c64b yupdate: Fix in comment handling 2003-08-04 11:55:37 +00:00
Jan Lindemann
12146a102f CHANGES: Update
- YThread: Add context argument to callbacks
  - YMidi: Add module
2003-02-15 12:31:15 +00:00
Jan Lindemann
382880ca88 Release 1.1.5-2-dev
- Devutil/scripts: Fix comment handling
  - Devutil/scripts: update.sh fixed groups and added some informational opts (-x,-p)
2003-01-24 14:36:00 +00:00
Jan Lindemann
50c07354ad Release 1.1.5-1-dev
- Uclnt: Add first (untested) support for heartbeat function
  - Usrv: Add timeout to write_to_socket() and callers
  - YStopWatch: Add some convenience overloads and onAlarm() callbacks
  - YStopWatchThreadList: minor fixes to generate_function_timers.sh
  - Misc: Add get_time_diff()
2003-01-23 19:42:46 +00:00
Jan Lindemann
e778f3456d Release 1.1.5-0-dev
- Uclnt: Beautify error messages in YConnection
  - Usrv: Add snd_timeout and rcv_timeout options
  - Usrv: Add usrv_shutdown_process()
2003-01-21 20:06:22 +00:00
Jan Lindemann
5634a0bda7 bugfix in yupdate.sh: Broken command line parsing 2003-01-20 20:42:40 +00:00
Jan Lindemann
92ed1e860d Release 1.1.4-1-dev
- Jcs setval: Add -n switch and fixed multi-word handling
  - Enhancement to yupdate.sh (floppy config file detection support)
2003-01-20 14:23:01 +00:00
Jan Lindemann
0bc4f57b46 CHANGES: Add some assertions to module msgfmt 2003-01-01 17:39:26 +00:00
Jan Lindemann
7183da8b7c bugfix: Empty IMAGEDIR was not handled correctly 2002-12-15 17:45:30 +00:00
Jan Lindemann
2f7f994148 CHANGES: Replace assert(0) by abort() 2002-11-14 13:18:18 +00:00
Jan Lindemann
21e010e06a CHANGES, VERSION: Change ftp directory /usr/local/ftp /home/ftp 2002-11-05 17:01:26 +00:00
Jan Lindemann
aaead239c4 bugfix: Client handler process did not exit after connection reset by client 2002-10-21 19:15:09 +00:00
Jan Lindemann
7497777d85 CHANGES: Compiling release version with NDEBUG (switching off assertions) 2002-10-15 12:53:16 +00:00
Jan Lindemann
4c92f38f97 Release 1.1.3-2-dev
- Misc: Add mem_snapshot() and mem_dump()
- Misc: bugfix: mem_free() did not work correctly
- Usrv: bugfix: incomimg messages were not freed
- Msgfmt: bugfix: parse() had small memory leaks
2002-10-13 19:27:15 +00:00
Jan Lindemann
fe6ea7e5af CHANGES: Update
- Hash/md5: Fix major memory leak in file2md5()
  - Add support for mpatrol library
2002-10-06 19:29:59 +00:00
Jan Lindemann
1397d1ae52 Release 1.1.3-0 2002-09-20 15:21:54 +00:00