[jira] Updated: (TS-371) Add common process code

2010-05-24 Thread Mladen Turk (JIRA)
[ https://issues.apache.org/jira/browse/TS-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mladen Turk updated TS-371: --- Attachment: ink_proc.diff > Add common process code > --- > > Key: TS-371 >

[jira] Created: (TS-371) Add common process code

2010-05-24 Thread Mladen Turk (JIRA)
Add common process code --- Key: TS-371 URL: https://issues.apache.org/jira/browse/TS-371 Project: Traffic Server Issue Type: Improvement Components: Core Reporter: Mladen Turk Assignee:

[jira] Updated: (TS-370) If you use --enable-debug, the regression tests crash.

2010-05-24 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-370: --- Attachment: ts-370-patch-trunk.txt Fix for this crash and for the crash in Cache testing that happens wit

[jira] Created: (TS-370) If you use --enable-debug, the regression tests crash.

2010-05-24 Thread Alan M. Carroll (JIRA)
If you use --enable-debug, the regression tests crash. -- Key: TS-370 URL: https://issues.apache.org/jira/browse/TS-370 Project: Traffic Server Issue Type: Bug Components: Core

[jira] Resolved: (TS-333) Remove SocketManager::fast_close

2010-05-24 Thread Mladen Turk (JIRA)
[ https://issues.apache.org/jira/browse/TS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mladen Turk resolved TS-333. Assignee: Mladen Turk Fix Version/s: 2.1.1 Resolution: Fixed Committed to trunk. Thanks. > Rem

[jira] Updated: (TS-333) Remove SocketManager::fast_close

2010-05-24 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-333: --- Attachment: ts-333-patch-trunk.txt Updated patched to be against trunk. > Remove SocketManager::fast_clo

[jira] Updated: (TS-333) Remove SocketManager::fast_close

2010-05-24 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-333: --- Attachment: (was: ts-333-2-1-0-patch.txt) > Remove SocketManager::fast_close > --

[jira] Updated: (TS-333) Remove SocketManager::fast_close

2010-05-24 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-333: --- Attachment: ts-333-2-1-0-patch.txt Patch updated with suggestions from mturk * In SocketManager::close *

[jira] Commented: (TS-368) Possible null pointer dereference

2010-05-24 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12870596#action_12870596 ] Leif Hedstrom commented on TS-368: -- If this is serious enough to backport to 2.0.x, please add

[jira] Commented: (TS-348) Infinite core file creation

2010-05-24 Thread Mladen Turk (JIRA)
[ https://issues.apache.org/jira/browse/TS-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12870553#action_12870553 ] Mladen Turk commented on TS-348: We should make a way to tell both to the traffic_manager and t

[jira] Updated: (TS-369) Add safer strlcat, strlcpy functions instead strncat, strncpy ones

2010-05-24 Thread Mladen Turk (JIRA)
[ https://issues.apache.org/jira/browse/TS-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mladen Turk updated TS-369: --- Attachment: strlfn.patch Patch implementing strlncat for non-BSD platforms and couple of replacements of strncat

[jira] Created: (TS-369) Add safer strlcat, strlcpy functions instead strncat, strncpy ones

2010-05-24 Thread Mladen Turk (JIRA)
Add safer strlcat, strlcpy functions instead strncat, strncpy ones -- Key: TS-369 URL: https://issues.apache.org/jira/browse/TS-369 Project: Traffic Server Issue Type: Improveme