projects
/
reactos.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
- Fix the crash in ws2_32_winetest during the ioctlsocket test
2009-10-03
Cameron Gutman
- Fix the crash in ws2_32_winetest during the ioctlsocket...
commit
|
commitdiff
|
tree
2009-10-01
Cameron Gutman
- Get the length from each packet header instead of...
commit
|
commitdiff
|
tree
2009-09-30
Cameron Gutman
- Uncomment some SYN handling code
commit
|
commitdiff
|
tree
2009-09-30
Cameron Gutman
- Fix a nasty bug that caused us to exit the loop...
commit
|
commitdiff
|
tree
2009-09-29
Cameron Gutman
- Sync the ACK hack with the last oskit release
commit
|
commitdiff
|
tree
2009-09-26
Cameron Gutman
- Don't modify the size for now until I figure out...
commit
|
commitdiff
|
tree
2009-09-26
Cameron Gutman
- Add debug prints in failure cases
commit
|
commitdiff
|
tree
2009-09-25
Cameron Gutman
- We want socket closure notification so we don't...
commit
|
commitdiff
|
tree
2009-09-25
Cameron Gutman
- Fix implementation of WSHGetWildcardSockaddr
commit
|
commitdiff
|
tree
2009-09-25
Cameron Gutman
- Fix parameter checking in WSHGetSockaddrType
commit
|
commitdiff
|
tree
2009-09-25
Cameron Gutman
- Fix a bug which causes port 0 to be classified as...
commit
|
commitdiff
|
tree
2009-09-23
Cameron Gutman
- Comment out RegNotifyChangeKeyValue call until it...
commit
|
commitdiff
|
tree
2009-09-20
Cameron Gutman
- Stub and export GetAddrInfoW
commit
|
commitdiff
|
tree
2009-09-20
Cameron Gutman
- Simplify and fix a few bugs in datagram reassembly
commit
|
commitdiff
|
tree
2009-09-20
Cameron Gutman
- Partial rewrite of dispatch()
commit
|
commitdiff
|
tree
2009-09-20
Cameron Gutman
- Remove a DbgPrint that was forgotten
commit
|
commitdiff
|
tree
2009-09-20
Cameron Gutman
- Fix GetIpNetTable
commit
|
commitdiff
|
tree
2009-09-19
Cameron Gutman
- Fix a small bug in the route selection code
commit
|
commitdiff
|
tree
2009-09-19
Cameron Gutman
- Changed some behavior from the last neighbor cache...
commit
|
commitdiff
|
tree
2009-09-19
Cameron Gutman
- Partial rewrite of CHEW
commit
|
commitdiff
|
tree
2009-09-17
Cameron Gutman
- Use proper object attributes and share access when...
commit
|
commitdiff
|
tree
2009-09-15
Cameron Gutman
- Call SetLastError/GetLastError to do our work for...
commit
|
commitdiff
|
tree
2009-09-14
Cameron Gutman
- Rework our aging neighbor cache system that never...
commit
|
commitdiff
|
tree
2009-09-12
Cameron Gutman
- Fix memory leaks when reading strings and binary...
commit
|
commitdiff
|
tree
2009-09-01
Cameron Gutman
- Send NetEventBindsComplete when binding has completed...
commit
|
commitdiff
|
tree
2009-08-29
Cameron Gutman
- Implement AFD_INFO_GROUP_ID_TYPE
commit
|
commitdiff
|
tree
2009-08-27
Cameron Gutman
- Check that AFD succeeded the create request
commit
|
commitdiff
|
tree
2009-08-27
Cameron Gutman
- Check that we got a valid socket before trying to...
commit
|
commitdiff
|
tree
2009-08-20
Cameron Gutman
- Forgot to change debug print
commit
|
commitdiff
|
tree
2009-08-20
Cameron Gutman
- Fix receiving packets on an interface's broadcast...
commit
|
commitdiff
|
tree
2009-08-20
Cameron Gutman
- Allow binding to an interface's broadcast address
commit
|
commitdiff
|
tree
2009-08-18
Cameron Gutman
- Fix release build
commit
|
commitdiff
|
tree
2009-08-18
Cameron Gutman
- I guess kdesvn didn't realize that when I check...
commit
|
commitdiff
|
tree
2009-08-18
Cameron Gutman
- Fix ws2_32_new's build problems
commit
|
commitdiff
|
tree
2009-08-18
Cameron Gutman
- Print a message to the debug log if ZwClose returns...
commit
|
commitdiff
|
tree
2009-08-18
Cameron Gutman
- Fix null pointer dereferences
commit
|
commitdiff
|
tree
2009-08-18
Cameron Gutman
- Fix dereference of freed memory
commit
|
commitdiff
|
tree
2009-08-18
Cameron Gutman
- Fix a typo
commit
|
commitdiff
|
tree
2009-08-18
Cameron Gutman
- Make sure HeapAlloc returned a valid pointer
commit
|
commitdiff
|
tree
2009-08-18
Cameron Gutman
- Handle failure of NdisMInitializeWrapper
commit
|
commitdiff
|
tree
2009-08-18
Cameron Gutman
- Verify that we got a handle to a file object
commit
|
commitdiff
|
tree
2009-08-15
Cameron Gutman
- Actually zero the select events in ZeroEvents
commit
|
commitdiff
|
tree
2009-08-15
Cameron Gutman
- Fix more select bugs related to the disconnect event
commit
|
commitdiff
|
tree
2009-08-15
Cameron Gutman
- Fix several bugs in select code and remove some...
commit
|
commitdiff
|
tree
2009-08-14
Cameron Gutman
- Fix several bugs so select() will now recognize...
commit
|
commitdiff
|
tree
2009-08-13
Cameron Gutman
- Fix a NULL pointer dereference if ExAllocatePool...
commit
|
commitdiff
|
tree
2009-08-13
Cameron Gutman
- Fix a handle leak
commit
|
commitdiff
|
tree
2009-08-12
Cameron Gutman
- Don't access an uninitialized variable
commit
|
commitdiff
|
tree
2009-08-10
Cameron Gutman
- Make Connect IRPs cancellable (should fix some deadlock...
commit
|
commitdiff
|
tree
2009-08-10
Cameron Gutman
- Rewrite most of the loopback code
commit
|
commitdiff
|
tree
2009-08-09
Cameron Gutman
- Fix a bug which resulted in the first letter of...
commit
|
commitdiff
|
tree
2009-08-09
Cameron Gutman
- Return the correct value for AFD_INFO_BLOCKING_MODE
commit
|
commitdiff
|
tree
2009-08-08
Cameron Gutman
- Stop trying to find more adapters if it failed to...
commit
|
commitdiff
|
tree
2009-08-07
Cameron Gutman
- We associate the MDL with the IRP later (in TdiBuildSend...
commit
|
commitdiff
|
tree
2009-08-07
Cameron Gutman
- Call IoCompleteRequest to free IRPs created by IoBuildDev...
commit
|
commitdiff
|
tree
2009-08-07
Cameron Gutman
- Send a gratuitous ARP packet when our IP address...
commit
|
commitdiff
|
tree
2009-08-07
Cameron Gutman
- Fix a bug resulting in ROS discarding all gratuitous...
commit
|
commitdiff
|
tree
2009-08-05
Cameron Gutman
- Fix a bug in TDI_TRANSPORT_ADDRESS_FILE handling
commit
|
commitdiff
|
tree
2009-08-05
Cameron Gutman
- Correct the loopback adapter's address mask and...
commit
|
commitdiff
|
tree
2009-08-04
Cameron Gutman
- Partial rewrite of recursive mutex code
commit
|
commitdiff
|
tree
2009-08-04
Cameron Gutman
- Add missing locking to DeallocatePort
commit
|
commitdiff
|
tree
2009-08-04
Cameron Gutman
- Hardcode the return value of OID_GEN_HARDWARE_STATUS...
commit
|
commitdiff
|
tree
2009-08-04
Cameron Gutman
- Finally get IRP_MJ_CLOSE working properly
commit
|
commitdiff
|
tree
2009-08-04
Cameron Gutman
- Add a debug print
commit
|
commitdiff
|
tree
2009-08-03
Cameron Gutman
Broadcast fixes
commit
|
commitdiff
|
tree
2009-08-03
Cameron Gutman
- Fix some cleanup vs. close confusion
commit
|
commitdiff
|
tree
2009-08-03
Cameron Gutman
- Revert r42358 due to what seems to be issues handling...
commit
|
commitdiff
|
tree
2009-08-03
Cameron Gutman
- Fix a typo
commit
|
commitdiff
|
tree
2009-08-03
Cameron Gutman
- Check if the handle is valid before closing it
commit
|
commitdiff
|
tree
2009-08-03
Cameron Gutman
- Keep waiting for a reply if we get one that is not...
commit
|
commitdiff
|
tree
2009-08-03
Cameron Gutman
- Don't hold the spin lock when calling the request...
commit
|
commitdiff
|
tree
2009-08-02
Cameron Gutman
- Copy the datagram data to all matching receive requests...
commit
|
commitdiff
|
tree
2009-07-26
Cameron Gutman
- Begin using ws2help_new
commit
|
commitdiff
|
tree
2009-07-26
Cameron Gutman
- Remove our old ws2help in preparation for the transition...
commit
|
commitdiff
|
tree
2009-07-25
Cameron Gutman
- Make ipconfig /renew work even if we haven't got...
commit
|
commitdiff
|
tree
2009-07-25
Cameron Gutman
ws2_32_new compatibility fixes
commit
|
commitdiff
|
tree
2009-07-25
Cameron Gutman
ws2_32_new compatibility fixes
commit
|
commitdiff
|
tree
2009-07-24
Cameron Gutman
- Add support for adapters added after DHCP is started
commit
|
commitdiff
|
tree
2009-07-24
Cameron Gutman
- Implement OID_GEN_HARDWARE_STATUS
commit
|
commitdiff
|
tree
2009-07-23
Cameron Gutman
- Implement link speed and duplex detection
commit
|
commitdiff
|
tree
2009-07-22
Cameron Gutman
- Don't fail the entire probe if something goes wrong...
commit
|
commitdiff
|
tree
2009-07-22
Cameron Gutman
- Return the DEVICE_OBJECT we got instead of NULL
commit
|
commitdiff
|
tree
2009-07-22
Cameron Gutman
- Fix compilation of usbdriver with _MULTI_UHCI defined
commit
|
commitdiff
|
tree
2009-07-20
Cameron Gutman
- Update TotalLength based on the fragment size
commit
|
commitdiff
|
tree
2009-07-19
Cameron Gutman
- Generate a random ID for use during datagram reassembly
commit
|
commitdiff
|
tree
2009-07-19
Cameron Gutman
- Properly implement ICMP
commit
|
commitdiff
|
tree
2009-07-19
Cameron Gutman
- Send all waiting packets instead of only the first...
commit
|
commitdiff
|
tree
2009-07-18
Cameron Gutman
- Don't change the lock's OldIrql value until we actually...
commit
|
commitdiff
|
tree
2009-07-15
Cameron Gutman
- Start reporting packet statistics
commit
|
commitdiff
|
tree
2009-07-14
Cameron Gutman
- Release all adapter IP addresses when using /release
commit
|
commitdiff
|
tree
2009-07-14
Cameron Gutman
- Fix build
commit
|
commitdiff
|
tree
2009-07-14
Cameron Gutman
- Renew the IP address of all adapters when using...
commit
|
commitdiff
|
tree
2009-07-13
Cameron Gutman
- Stop reporting that we are NDIS 5.1 until S/G DMA...
commit
|
commitdiff
|
tree
2009-07-12
Cameron Gutman
- Store the static default gateway forward entry in...
commit
|
commitdiff
|
tree
2009-07-11
Cameron Gutman
- Initialize remote address to 0 if the caller didn...
commit
|
commitdiff
|
tree
2009-07-10
Cameron Gutman
- Fix more global variable abuse
commit
|
commitdiff
|
tree
2009-07-10
Cameron Gutman
- Use the target hardware address to find the correct...
commit
|
commitdiff
|
tree
2009-07-09
Cameron Gutman
- Implement IOCTL_AFD_SET_INFO
commit
|
commitdiff
|
tree
2009-07-09
Cameron Gutman
- Don't overwrite previously set flags
commit
|
commitdiff
|
tree
2009-07-08
Cameron Gutman
- Fix retrieval of the default gateway (missing default...
commit
|
commitdiff
|
tree
next