date | project | content | link |
|---|
| 11:19 on Mar 07 | smalltalk | Commit by zecke on master :: r 3.2.4-133-g2a68f53 / (ChangeLog scripts/Package.st): ( link) package: Scan for new star files after the installation
When installing a new package and trying to run the tests
a PackageNotAvailable exception will be signaled. This is because
the PackageLoader not searchig for new star files. Use the
PackageLoader>>#flush to reset the loadedDate (and root) to force
a full rescan of available packages. | # |
| 11:19 on Mar 07 | smalltalk | Commit by zecke on stable-3.2 :: r 3.2.4-133-g2a68f53 / (ChangeLog scripts/Package.st): ( link) package: Scan for new star files after the installation
When installing a new package and trying to run the tests
a PackageNotAvailable exception will be signaled. This is because
the PackageLoader not searchig for new star files. Use the
PackageLoader>>#flush to reset the loadedDate (and root) to force
a full rescan of available packages. | # |
| 11:19 on Mar 07 | smalltalk | Commit by zecke on master :: r 3.2.4-132-g06a7533 /packages/dbd-postgresql/ (ChangeLog Connection.st ResultSet.st): ( link) Put CObject based classes into the private category | # |
| 11:19 on Mar 07 | smalltalk | Commit by zecke on stable-3.2 :: r 3.2.4-132-g06a7533 /packages/dbd-postgresql/ (ChangeLog Connection.st ResultSet.st): ( link) Put CObject based classes into the private category | # |
| 11:19 on Mar 07 | smalltalk | Commit by zecke on master :: r 3.2.4-131-g43e6ee3 / (4 files in 2 dirs): ( link) lint: Add missing categories to classes in the kernel
Object allSubclasses select: [:each | each category isNil] | # |
| 11:19 on Mar 07 | smalltalk | Commit by zecke on stable-3.2 :: r 3.2.4-131-g43e6ee3 / (4 files in 2 dirs): ( link) lint: Add missing categories to classes in the kernel
Object allSubclasses select: [:each | each category isNil] | # |
| 01:56 on Aug 06, 2011 | smalltalk | Commit by zecke on stable-3.2 :: r 3.2.4-84-gd8ee7a3 /packages/swazoo-httpd/ (ChangeLog HTTP.st): ( link) swazoo: Fix test failure due (4cdde5dc6eaf87cc24b2dea1da7732cfada7e6f7)
2011-08-05 Holger Freyther <holger at freyther dot de>
* HTTP.st: The SiteIdentifier>>#ip should return a String, the
SiteIdentifierTest ended in a DNU on hostAddressString. Change
HTTPRequest to keep the remote address as string instead. | # |
| 01:56 on Aug 06, 2011 | smalltalk | Commit by zecke on master :: r 3.2.4-84-gd8ee7a3 /packages/swazoo-httpd/ (ChangeLog HTTP.st): ( link) swazoo: Fix test failure due (4cdde5dc6eaf87cc24b2dea1da7732cfada7e6f7)
2011-08-05 Holger Freyther <holger at freyther dot de>
* HTTP.st: The SiteIdentifier>>#ip should return a String, the
SiteIdentifierTest ended in a DNU on hostAddressString. Change
HTTPRequest to keep the remote address as string instead. | # |
| 14:11 on Aug 05, 2011 | smalltalk | Commit by zecke on master :: r 3.2.4-78-g6ad0ac7 /packages/swazoo-httpd/ (ChangeLog Messages.st): ( link) HTTPRequest>>#printOn: Use nextPutAll for strings
2011-08-05 Holger Freyther <holger at freyther dot de>
* Messages.st: Fix HTTPRequest>>#printOn:.
by using nextPutAll: for Strings. | # |
| 14:11 on Aug 05, 2011 | smalltalk | Commit by zecke on stable-3.2 :: r 3.2.4-78-g6ad0ac7 /packages/swazoo-httpd/ (ChangeLog Messages.st): ( link) HTTPRequest>>#printOn: Use nextPutAll for strings
2011-08-05 Holger Freyther <holger at freyther dot de>
* Messages.st: Fix HTTPRequest>>#printOn:.
by using nextPutAll: for Strings. | # |
| 14:09 on Aug 05, 2011 | smalltalk | Commit by zecke on master :: r 3.2.4-77-g4cdde5d /packages/swazoo-httpd/ (ChangeLog HTTP.st): ( link) HTTP: Conver SpIPAddress to String so it can be resolved
This fixes putting a site on a specific ip address.
2011-08-05 Holger Freyther <holger at freyther dot de>
* HTTP.st: Fix response generation for websites
available on a specific interface. Convert the
SpIPAddress to a string so it can be resolved
again without generating a DNU on substrings:. | # |
| 14:09 on Aug 05, 2011 | smalltalk | Commit by zecke on stable-3.2 :: r 3.2.4-77-g4cdde5d /packages/swazoo-httpd/ (ChangeLog HTTP.st): ( link) HTTP: Conver SpIPAddress to String so it can be resolved
This fixes putting a site on a specific ip address.
2011-08-05 Holger Freyther <holger at freyther dot de>
* HTTP.st: Fix response generation for websites
available on a specific interface. Convert the
SpIPAddress to a string so it can be resolved
again without generating a DNU on substrings:. | # |
| 14:04 on Aug 05, 2011 | smalltalk | Commit by zecke on master :: r 3.2.4-79-ga2eb96f /libgst/ (ChangeLog byte.h): ( link) smatch: Add parameters to forward declarations
2011-08-05 Holger Freyther <holger at freyther dot de>
* libgst/byte.h: Make smatch happy and add
parameters to the function. | # |
| 14:04 on Aug 05, 2011 | smalltalk | Commit by zecke on stable-3.2 :: r 3.2.4-79-ga2eb96f /libgst/ (ChangeLog byte.h): ( link) smatch: Add parameters to forward declarations
2011-08-05 Holger Freyther <holger at freyther dot de>
* libgst/byte.h: Make smatch happy and add
parameters to the function. | # |
| 22:09 on May 29, 2011 | smalltalk | Commit by zecke on master :: r 3.2.4-48-g2fc74b9 / (ChangeLog scripts/Remote.st): ( link) scripts/Remote.st: Allow to specify the hostname for the bind
Allow to bind the server to a specific address. The ServerSocket
will not attempt to resolve the string to an address. Do this before.
2011-05-30 Holger Hans Peter Freyther <holger at freyther dot de>
* scripts/Remote.st: Resolve the hostname to an address to be
used by Sockets.ServerSocket>>#port:bindTo:. | # |
| 22:09 on May 29, 2011 | smalltalk | Commit by zecke on stable-3.2 :: r 3.2.4-48-g2fc74b9 / (ChangeLog scripts/Remote.st): ( link) scripts/Remote.st: Allow to specify the hostname for the bind
Allow to bind the server to a specific address. The ServerSocket
will not attempt to resolve the string to an address. Do this before.
2011-05-30 Holger Hans Peter Freyther <holger at freyther dot de>
* scripts/Remote.st: Resolve the hostname to an address to be
used by Sockets.ServerSocket>>#port:bindTo:. | # |
| 08:06 on Apr 23, 2011 | smalltalk | Commit by zecke on master :: r 3.2.4-28-g1fa843e /packages/dbd-postgresql/ (ChangeLog Connection.st): ( link) dbd-postgres: Fix a double free on connection close
It was possible that if a Connection was closed and later
finalized that we would free the handle twice and segfault.
2011-04-23 Holger Hans Peter Freyther <holger at freyther dot de>
* Connection.st: Release the handle only once. | # |
| 08:06 on Apr 23, 2011 | smalltalk | Commit by zecke on stable-3.2 :: r 3.2.4-28-g1fa843e /packages/dbd-postgresql/ (ChangeLog Connection.st): ( link) dbd-postgres: Fix a double free on connection close
It was possible that if a Connection was closed and later
finalized that we would free the handle twice and segfault.
2011-04-23 Holger Hans Peter Freyther <holger at freyther dot de>
* Connection.st: Release the handle only once. | # |
| 08:04 on Apr 11, 2011 | smalltalk | Commit by zecke on master :: r 3.2.4-19-g0161e6f /packages/dbd-postgresql/ (ChangeLog ResultSet.st): ( link) dbd-postgresql: Handle multiple calls to primClear
Calling ResultSet>>#release will invoke PQclear and
remove the object from the list of finalizers but the
finalizer might still be executed.
2011-04-11 Holger Hans Peter Freyther <holger at freyther dot de>
* ResultSet.st: Handle multiple calls to primClear. | # |
| 08:04 on Apr 11, 2011 | smalltalk | Commit by zecke on stable-3.2 :: r 3.2.4-19-g0161e6f /packages/dbd-postgresql/ (ChangeLog ResultSet.st): ( link) dbd-postgresql: Handle multiple calls to primClear
Calling ResultSet>>#release will invoke PQclear and
remove the object from the list of finalizers but the
finalizer might still be executed.
2011-04-11 Holger Hans Peter Freyther <holger at freyther dot de>
* ResultSet.st: Handle multiple calls to primClear. | # |